We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2f996 commit 4f711e7Copy full SHA for 4f711e7
.github/workflows/deploy_release.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Upload wheel and source distributions to PyPI
43
run: |
44
- python -m pip install twine
+ pip install twine
45
ls -1 dist
46
# twine upload --repository-url https://test.pypi.org/legacy/ -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
47
twine upload -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
0 commit comments