Skip to content

Commit 7d1fe94

Browse files
committed
Updated publish method
1 parent 6ebf555 commit 7d1fe94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
2626
- name: Publish package
2727
env:
28-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2928
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3029
run: |
3130
poetry build
32-
poetry publish --username $TWINE_USERNAME --password $TWINE_PASSWORD
31+
poetry publish --username __token__ --password $TWINE_PASSWORD

0 commit comments

Comments
 (0)