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

fix upload to testpypi error

This commit is contained in:
Linlang
2024-12-18 21:27:57 +08:00
parent 1239a68edc
commit bac5642d69

View File

@@ -102,7 +102,7 @@ jobs:
- name: Build wheel
uses: pypa/cibuildwheel@v2.22.0
with:
package-dir: qlib
package-dir: .
output-dir: dist
config-file: "pyproject.toml"