Skip to content

Commit 3a91d29

Browse files
author
Blake Rosenthal
committed
Use PYPI token
1 parent 5c7a999 commit 3a91d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Publish
3030
env:
31-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
32-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
31+
TWINE_USERNAME: __token__
32+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3333
run: |
3434
twine check dist/*
3535
twine upload dist/*

0 commit comments

Comments
 (0)