Skip to content

Commit 1304fd2

Browse files
authored
Update PyPI publish action to use API token
1 parent 7a512d5 commit 1304fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474

7575
- uses: pypa/[email protected]
7676
with:
77-
user: ${{ secrets.PYPI_USERNAME }}
78-
password: ${{ secrets.PYPI_PASSWORD }}
77+
user: __token__
78+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)