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 020d250 commit ef85f62Copy full SHA for ef85f62
.github/workflows/publish-pypi.yml
@@ -44,8 +44,6 @@ jobs:
44
if: github.event_name == 'push'
45
uses: pypa/gh-action-pypi-publish@release/v1
46
with:
47
- # Haven't setup trusted workflow on test pypi yet
48
- password: ${{ secrets.TEST_PYPI_TOKEN }}
49
repository-url: https://test.pypi.org/legacy/
50
# Allow existing releases on test PyPI without errors.
51
# NOT TO BE USED in PyPI!
0 commit comments