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