We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a8d40 commit 79edce0Copy full SHA for 79edce0
1 file changed
.github/workflows/python-publish.yml
@@ -44,9 +44,9 @@ jobs:
44
user: __token__
45
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
46
repository_url: https://test.pypi.org/legacy/
47
- - name: Publish package to PyPI
48
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
49
- uses: pypa/gh-action-pypi-publish@release/v1
50
- with:
51
- user: __token__
52
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # - name: Publish package to PyPI
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # user: __token__
+ # password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments