Skip to content

Commit 94ba7c9

Browse files
Fix PYPI_TOKEN env var name in release workflow
1 parent a76b63b commit 94ba7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
poetry version $RELEASE_VERSION
2626
make build-and-publish
2727
env:
28-
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
28+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
2929
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
3030

3131
deploy-docs:

0 commit comments

Comments
 (0)