Skip to content

Commit 4ef9d87

Browse files
committed
fix pypi upload
1 parent a7f8257 commit 4ef9d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload to PyPI via Twine
4343
# to upload to test pypi, pass --repository-url https://test.pypi.org/legacy/ and use secrets.TEST_PYPI_TOKEN
4444
run: |
45-
python -m pipenv run twine upload --verbose -u '__token__' -p '${{ secrets.PYPI_TOKEN }}' dist/*
45+
twine upload --verbose -u '__token__' -p '${{ secrets.PYPI_TOKEN }}' dist/*
4646
4747
- name: Pre-bump
4848
run: |

0 commit comments

Comments
 (0)