Skip to content

Commit d20ae9b

Browse files
author
alrex
authored
chore: use token for test package upload
1 parent 0c102a1 commit d20ae9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# might have already been updated, this would be bad.
2626
- name: Publish to TestPyPI
2727
env:
28-
TWINE_USERNAME: ${{ secrets.test_pypi_username }}
29-
TWINE_PASSWORD: ${{ secrets.test_pypi_password }}
28+
TWINE_USERNAME: '__token__'
29+
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
3030
run: |
3131
twine upload --repository testpypi --skip-existing --verbose dist/*
3232
- name: Publish to PyPI

0 commit comments

Comments
 (0)