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 3ef2b57 commit cce2fd6Copy full SHA for cce2fd6
.github/workflows/pypi_release.yml
@@ -22,8 +22,8 @@ jobs:
22
with:
23
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
24
repository_url: https://test.pypi.org/legacy/
25
- #- name: Publish distribution 📦 to PyPI
26
- # if: startsWith(github.ref, 'refs/tags')
27
- # uses: pypa/gh-action-pypi-publish@master
28
- # with:
29
- # password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish distribution 📦 to PyPI
+ if: startsWith(github.ref, 'refs/tags')
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments