Skip to content

Commit a8982e4

Browse files
committed
fix: use correct secret name for pypi token in wheel publish
1 parent 526e9f8 commit a8982e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,6 @@ jobs:
405405
- uses: pypa/[email protected]
406406
with:
407407
user: __token__
408-
password: ${{ secrets.pypi_password }}
408+
password: ${{ secrets.PYPI_TOKEN }}
409409
skip_existing: true
410410
# To test: repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)