1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-13 07:46:53 +08:00

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 17:33:36 +08:00
parent 36e2f66730
commit 2a2615a71e

View File

@@ -120,18 +120,24 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies # - name: Install dependencies
# run: |
# make dev
# - name: Build wheel on ${{ matrix.os }}
# run: |
# make build
- name: Run python scripts
run: | run: |
make dev python -c "
- name: Build wheel on ${{ matrix.os }} a = '${{ matrix.buildplat[1] }}'
run: | print(f'Value of a: {a}')
make build "
- name: Build and publish # - name: Build and publish
env: # env:
TWINE_USERNAME: __token__ # TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }} # TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: | # run: |
twine check dist/*.whl # twine check dist/*.whl
# deploy_with_manylinux: # deploy_with_manylinux: