1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 09:31:18 +08:00

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 22:02:44 +08:00
parent deffd9749f
commit c7d3f1f729

View File

@@ -41,7 +41,7 @@ jobs:
run: |
ls dist
twine check dist/*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl --verbose
# deploy_with_manylinux:
# runs-on: ubuntu-latest