1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 16:26:55 +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: | run: |
ls dist ls dist
twine check dist/*.whl 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: # deploy_with_manylinux:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest