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

add upload test

This commit is contained in:
Linlang Lv (iSoftStone Information)
2024-04-19 14:30:23 +08:00
parent bcbb3ac680
commit 95aec64de1
2 changed files with 37 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ jobs:
run: |
pip install numpy
pip install cython
python scripts/publish.py
python setup.py bdist_wheel
- name: Build and publish
env:
@@ -82,4 +83,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: |
twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-manylinux*.whl
twine upload --repository-url https://test.pypi.org/legacy/ dist/pyqlib-*-manylinux*.whl