Skip to content

Commit

Permalink
Fix: test pypi trusted workflow setup, remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Feb 26, 2024
1 parent 020d250 commit ef85f62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@release/v1
with:
# Haven't setup trusted workflow on test pypi yet
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
# Allow existing releases on test PyPI without errors.
# NOT TO BE USED in PyPI!
Expand Down

0 comments on commit ef85f62

Please sign in to comment.