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 4457912 commit e0b2c13Copy full SHA for e0b2c13
.github/workflows/publish.yml
@@ -27,6 +27,7 @@ jobs:
27
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
28
repository_url: https://test.pypi.org/legacy/
29
- name: Publish distribution 📦 to PyPI
30
+ if: startsWith(github.ref, 'refs/tags')
31
uses: pypa/gh-action-pypi-publish@master
32
with:
33
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments