Skip to content

Commit 4c8c6f4

Browse files
committed
Fix PyPI token reference
1 parent 58b514e commit 4c8c6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
- uses: "pypa/gh-action-pypi-publish@v1.5.0"
6363
with:
6464
user: __token__
65-
password: ${{ secrets.pypi_password }}
65+
password: ${{ secrets.PYPI_TOKEN }}
6666
print_hash: true
6767
verbose: true

0 commit comments

Comments
 (0)