There was an error while loading. Please reload this page.
1 parent 8dbc67f commit 9d60c24Copy full SHA for 9d60c24
1 file changed
.github/workflows/pythonpublish.yml
@@ -18,7 +18,7 @@ jobs:
18
python -m pip install --upgrade pip
19
pip install setuptools wheel twine
20
- name: Build and publish
21
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ if: startsWith(github.event.ref, 'refs/tags')
22
env:
23
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
24
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments