Skip to content

Commit 12f331f

Browse files
committed
Fix PyPI secret name: PYPI_API_TOKEN → PYPI_TOKEN
1 parent ef1adbd commit 12f331f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
if: steps.check-pypi.outputs.exists != 'true'
275275
env:
276276
TWINE_USERNAME: __token__
277-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
277+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
278278
run: |
279279
twine upload dist/* --verbose
280280

0 commit comments

Comments
 (0)