Skip to content

Commit d8265f6

Browse files
committed
build: use trusted publisher authentication
Use a different authentication path for uploading to pypi. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 396d5a7 commit d8265f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
- name: Publish package to TestPyPI
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
46-
user: __token__
47-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4846
repository-url: https://test.pypi.org/legacy/
4947

5048
upload_pypi:

0 commit comments

Comments
 (0)