Skip to content

Commit 22eedec

Browse files
committed
pypi 2FA
1 parent c10868a commit 22eedec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install setuptools wheel twine build
2626
- name: Build and publish
2727
env:
28-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28+
TWINE_USERNAME: __token__
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
3131
python -m build

0 commit comments

Comments
 (0)