We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca576c commit 2e69968Copy full SHA for 2e69968
.github/workflows/publish-to-test-pypi.yml
@@ -29,5 +29,4 @@ jobs:
29
if: startsWith(github.ref, 'refs/tags')
30
uses: pypa/gh-action-pypi-publish@master
31
with:
32
- password: ${{ secrets.TEST_PYPI_PASSWORD }}
33
- repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments