1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

add the publishing CI for macos

This commit is contained in:
bxdd
2020-09-30 14:01:40 +08:00
committed by you-n-g
parent d976391a74
commit 044ee3cb99
3 changed files with 8 additions and 7 deletions

View File

@@ -8,11 +8,11 @@ on:
types: [created]
jobs:
deploy_windows:
runs-on: windows-latest
deploy_with_bdist_wheel:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
steps:
@@ -37,7 +37,7 @@ jobs:
run: |
twine upload dist/*
deploy_linux:
deploy_with_manylinux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -58,4 +58,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/pyqlib-*-manylinux*.whl
twine upload dist/pyqlib-*-manylinux*.whl