Update python-package.yml

This commit is contained in:
Xiaomeng Zhao
2025-01-23 18:45:23 +08:00
committed by GitHub
parent 4211c74c9d
commit 48a2a7cc03

View File

@@ -123,4 +123,5 @@ jobs:
- name: Publish distribution to PyPI
run: |
pip install twine
twine check dist/*
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}