mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 09:11:00 +08:00
build multi version for macos
This commit is contained in:
16
.github/workflows/python-publish.yml
vendored
16
.github/workflows/python-publish.yml
vendored
@@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
name: Upload Python Package
|
name: Upload Python Package
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
|
|
||||||
# on:
|
# on:
|
||||||
# push:
|
# release:
|
||||||
# branches: [ main ]
|
# types: [published]
|
||||||
# pull_request:
|
|
||||||
# branches: [ main ]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy_with_bdist_wheel:
|
deploy_with_bdist_wheel:
|
||||||
|
|||||||
Reference in New Issue
Block a user