Unverified Commit 5db81bf0 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update python-package.yml

parent da0c2eaa
...@@ -122,6 +122,6 @@ jobs: ...@@ -122,6 +122,6 @@ jobs:
- name: Publish distribution to PyPI - name: Publish distribution to PyPI
run: | run: |
pip install twine pip install -U twine id keyring packaging readme-renderer requests requests-toolbelt rfc3986 rich urllib3
twine check dist/* twine check dist/*
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment