1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 01:51:18 +08:00

build multi version for macos

This commit is contained in:
Linlang
2024-12-19 16:25:57 +08:00
parent c03017628d
commit 6f39f16695

View File

@@ -3,15 +3,15 @@
name: Upload Python Package
on:
release:
types: [published]
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
# release:
# types: [published]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
deploy_with_bdist_wheel: