Skip to content

Commit 0b73d1d

Browse files
committed
fix(deploy_issues): switch completely to token env var
Precommit-Verified: 82644bf328413ad38e60877fa2a0bc20539e4a1820442c16e7beb0425942fb63
1 parent ef8a390 commit 0b73d1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ jobs:
7070
semantic-release publish
7171
env: # Or as an environment variable
7272
GH_TOKEN: ${{ secrets.GH_TOKEN }}
73-
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
74-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
73+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)