Online publish when tagging

This commit is contained in:
mio 2021-10-04 17:49:04 +02:00
parent 91e84bf304
commit b9918b74d7
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -1,6 +1,10 @@
name: PyPI 📦 Distribution
on: [push]
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
build:
@ -97,7 +101,6 @@ jobs:
publish:
needs: [build]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
with: