1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

add upload test

This commit is contained in:
Linlang Lv (iSoftStone Information)
2024-04-18 17:20:43 +08:00
parent a054eb0ed3
commit af1546ee1b

View File

@@ -56,7 +56,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: |
twine upload dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
deploy_with_manylinux:
runs-on: ubuntu-latest
@@ -82,4 +82,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: |
twine upload dist/pyqlib-*-manylinux*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-manylinux*.whl