Skip to content

Commit 5531d47

Browse files
committed
update github action
1 parent 1e065cb commit 5531d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Build package
3434
env:
3535
TWINE_USERNAME: __token__
36-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
36+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3737
run: make release

0 commit comments

Comments
 (0)