We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffc269 commit 5354377Copy full SHA for 5354377
1 file changed
.github/workflows/release.yaml
@@ -55,9 +55,9 @@ jobs:
55
python -m pip install --upgrade pip
56
pip install --index-url https://test.pypi.org/simple/ --no-deps mypackage
57
58
- - name: Publish to PyPI
59
- if: success()
60
- uses: pypa/gh-action-pypi-publish@release/v1
61
- with:
62
- user: __token__
63
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # - name: Publish to PyPI
+ # if: success()
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # user: __token__
+ # password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments