Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 0ea9fef

Browse files
authored
Update release.yml
fixed typo
1 parent 11c6164 commit 0ea9fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Build and publish
7979
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
8080
env:
81-
TWINE_USERNAME: $'__token__'
81+
TWINE_USERNAME: __token__
8282
TWINE_PASSWORD: ${{ secrets.PYPI }}
8383
run: |
8484
python setup.py sdist

0 commit comments

Comments
 (0)