Skip to content

Commit ef85f62

Browse files
committed
Fix: test pypi trusted workflow setup, remove token
1 parent 020d250 commit ef85f62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
if: github.event_name == 'push'
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646
with:
47-
# Haven't setup trusted workflow on test pypi yet
48-
password: ${{ secrets.TEST_PYPI_TOKEN }}
4947
repository-url: https://test.pypi.org/legacy/
5048
# Allow existing releases on test PyPI without errors.
5149
# NOT TO BE USED in PyPI!

0 commit comments

Comments
 (0)