We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0c2ea commit 5db81bfCopy full SHA for 5db81bf
.github/workflows/python-package.yml
@@ -122,6 +122,6 @@ jobs:
122
123
- name: Publish distribution to PyPI
124
run: |
125
- pip install twine
+ pip install -U twine id keyring packaging readme-renderer requests requests-toolbelt rfc3986 rich urllib3
126
twine check dist/*
127
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
0 commit comments