Skip to content

Commit 4f711e7

Browse files
committed
.github/workflows: Prefer pip directly
1 parent 7f2f996 commit 4f711e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Upload wheel and source distributions to PyPI
4343
run: |
44-
python -m pip install twine
44+
pip install twine
4545
ls -1 dist
4646
# twine upload --repository-url https://test.pypi.org/legacy/ -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
4747
twine upload -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*

0 commit comments

Comments
 (0)