We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb827b commit a208b71Copy full SHA for a208b71
.github/workflows/wheels.yml
@@ -59,7 +59,6 @@ jobs:
59
if: github.event_name == 'push' && github.ref_name == 'test-publish'
60
uses: pypa/gh-action-pypi-publish@v1.13.0
61
with:
62
- password: ${{ secrets.TEST_PYPI_PASSWORD }}
63
repository-url: https://test.pypi.org/legacy/
64
65
- name: Publish distribution to PRODUCTION PyPI
0 commit comments