Skip to content

Commit 0c53d93

Browse files
committed
release_version: specify token differently
1 parent 8d6d3cd commit 0c53d93

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release_version.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: make full
3030

31-
- name: Set PyPI credentials
31+
- name: Upload to PyPI
3232
env:
3333
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
34-
run: poetry config pypi-token.pypi "$PYPI_PASSWORD"
35-
36-
- name: Upload to PyPI
37-
run: poetry publish --build
34+
run: poetry publish --build -u __token__ -p $PYPI_PASSWORD

0 commit comments

Comments
 (0)