Skip to content

Commit a2ecb52

Browse files
committed
Update variable name in github action config file
1 parent c069513 commit a2ecb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
uses: pypa/[email protected]
2424
with:
2525
user: __token__
26-
password: ${{ secrets.pypi_password }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}
2727

0 commit comments

Comments
 (0)