Skip to content

Commit 24b91ec

Browse files
authored
Update pypi-publish.yml
1 parent 6ed85f2 commit 24b91ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
3535
- name: Build the package
3636
run: python -m build
37-
37+
3838
- name: Publish to PyPI
3939
env:
40-
TWINE_USERNAME: "__token__"
4140
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
42-
run: twine upload dist/*
41+
run: |
42+
twine upload dist/*

0 commit comments

Comments
 (0)