Skip to content

Commit fd99b90

Browse files
committed
supply auth during release process
1 parent dcae1eb commit fd99b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- name: Build and publish
7979
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
8080
env:
81-
TWINE_USERNAME: ${{ secrets.pypi_username }}
82-
TWINE_PASSWORD: ${{ secrets.pypi_password }}
81+
TWINE_USERNAME: __token__
82+
TWINE_PASSWORD: ${{ secrets.pypi_token }}
8383
run: |
8484
python setup.py sdist
8585
twine upload dist/*

0 commit comments

Comments
 (0)