1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 01:21:18 +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
with:
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: |
make dev
- name: Build wheel on ${{ matrix.os }}
run: |
make build
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
run: |
twine check dist/*.whl
python -c "
a = '${{ matrix.buildplat[1] }}'
print(f'Value of a: {a}')
"
# - name: Build and publish
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
# run: |
# twine check dist/*.whl
# deploy_with_manylinux: