Commit c545a94e authored by myhloli's avatar myhloli
Browse files

build(ci): update dependencies for PyPI package publishing

- Upgrade twine and install additional dependencies
- Add id, keyring, packaging, readme-renderer, requests, requests-toolbelt,  rfc3986, rich, and urllib3 to ensure successful package publishing
parent f6f73050
...@@ -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