Skip to content

Commit fc29729

Browse files
authored
Update publish_package.yml
Updated PYPI_API_TOKEN
1 parent 7a72748 commit fc29729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Upload to PyPI
2828
env:
2929
TWINE_USERNAME: __token__
30-
TWINE_PASSWORD: ${{ secrets.TPOT_TOKEN }}
30+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3131
run: twine upload dist/*
3232

0 commit comments

Comments
 (0)