Skip to content

Commit b55a752

Browse files
committed
Switch to PyPi release to token
1 parent 97f2ac6 commit b55a752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- run: python -m build --sdist --wheel
1818
- run: python -m twine upload dist/*
1919
env:
20-
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
20+
TWINE_USERNAME: __token__
2121
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)