Skip to content

Commit c30a919

Browse files
committed
Use correct API token
1 parent 3e62895 commit c30a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
3434
with:
3535
user: __token__
36-
password: ${{ secrets.PYPI_TOKEN }}
36+
password: ${{ secrets.PYPI_API_TOKEN }}
3737

3838
release:
3939
name: Create release

0 commit comments

Comments
 (0)