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

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 23:35:19 +08:00
parent 3bc1ae4aae
commit d478795b54

View File

@@ -105,7 +105,7 @@ jobs:
# twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl --verbose # twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl --verbose
deploy_with_macos: deploy_with_macos:
runs-on: ${{ matrix.buildplat[0] }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-13, macos-latest] os: [macos-13, macos-latest]