This commit is contained in:
2022-06-25 21:54:37 +01:00
parent ffacf84dc7
commit 33b59706ea
2 changed files with 5 additions and 1 deletions

View File

@ -112,6 +112,7 @@ jobs:
name: Publish
needs: build
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1