Skip to content

Commit ab8ade5

Browse files
authored
build: use PYPI_API_TOKEN
1 parent bb1cb74 commit ab8ade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and publish
2525
if: startsWith(github.ref, 'refs/tags/v')
2626
env:
27-
TWINE_USERNAME: PYPI_API_TOKEN
27+
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2929
run: |
3030
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)