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:
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user