mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-19 02:14:33 +08:00
fix upload to testpypi error
This commit is contained in:
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@@ -101,6 +101,10 @@ jobs:
|
||||
|
||||
- name: Build wheel
|
||||
uses: pypa/cibuildwheel@v0.22.0
|
||||
with:
|
||||
package-dir: qlib
|
||||
output-dir: dist
|
||||
config-file: "pyproject.toml"
|
||||
|
||||
- name: Upload wheel
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user