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:
28
.github/workflows/python-publish.yml
vendored
28
.github/workflows/python-publish.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user