Skip to content

Commit 2c9a5f7

Browse files
committed
use standard token
1 parent 2453ebe commit 2c9a5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030

3131
- name: Upload to PyPI
3232
env:
33-
PYPI_ORG_TOKEN: ${{ secrets.PYPI_ORG_TOKEN }}
34-
run: poetry publish --build -u __token__ -p $PYPI_ORG_TOKEN
33+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
34+
run: poetry publish --build -u __token__ -p $PYPI_PASSWORD

0 commit comments

Comments
 (0)