mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 09:24:34 +08:00
fix upload to testpypi error
This commit is contained in:
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
|||||||
# python -m cibuildwheel --output-dir dist
|
# python -m cibuildwheel --output-dir dist
|
||||||
|
|
||||||
- name: Build wheel
|
- name: Build wheel
|
||||||
uses: pypa/cibuildwheel@v0.22.0
|
uses: pypa/cibuildwheel@v2.22.0
|
||||||
with:
|
with:
|
||||||
package-dir: qlib
|
package-dir: qlib
|
||||||
output-dir: dist
|
output-dir: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user