Update python-package.yml

This commit is contained in:
Xiaomeng Zhao
2025-03-03 18:23:36 +08:00
committed by GitHub
parent da0c2eaa36
commit 5db81bf07c

View File

@@ -122,6 +122,6 @@ jobs:
- name: Publish distribution to PyPI
run: |
pip install twine
pip install -U twine id keyring packaging readme-renderer requests requests-toolbelt rfc3986 rich urllib3
twine check dist/*
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}