1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 17:34:35 +08:00

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 21:21:29 +08:00
parent ea9ef1343c
commit 07a8d72d50

View File

@@ -101,6 +101,10 @@ jobs:
- name: Build wheel - name: Build wheel
uses: pypa/cibuildwheel@v0.22.0 uses: pypa/cibuildwheel@v0.22.0
with:
package-dir: qlib
output-dir: dist
config-file: "pyproject.toml"
- name: Upload wheel - name: Upload wheel
env: env: