We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045ffb9 commit 48c47f9Copy full SHA for 48c47f9
.github/workflows/main.yaml
@@ -48,7 +48,7 @@ jobs:
48
# repository_url: https://test.pypi.org/legacy/
49
# skip_existing: true
50
- name: Publish package to PyPI (only if pushing a tag)
51
-# if: startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags')
52
uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments