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

test upload to testpypi

This commit is contained in:
Linlang
2024-12-18 14:33:33 +08:00
parent a6e9d8b594
commit b43f8eac31
2 changed files with 11 additions and 0 deletions

View File

@@ -32,8 +32,13 @@ jobs:
run: |
make build
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: |
ls dist
twine check dist/*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl
deploy_with_manylinux:
runs-on: ubuntu-latest
@@ -53,5 +58,10 @@ jobs:
run: |
python -m pip list
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: |
ls dist
twine check dist/*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl