Skip to content

Commit 5db81bf

Browse files
authored
Update python-package.yml
1 parent da0c2ea commit 5db81bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ jobs:
122122

123123
- name: Publish distribution to PyPI
124124
run: |
125-
pip install twine
125+
pip install -U twine id keyring packaging readme-renderer requests requests-toolbelt rfc3986 rich urllib3
126126
twine check dist/*
127127
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)