Fix building wheels (#620)
This commit is contained in:
3
.github/workflows/build-wheels-win32.yaml
vendored
3
.github/workflows/build-wheels-win32.yaml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
|
||||
# for a list of versions
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.15.0
|
||||
uses: pypa/cibuildwheel@v2.16.5
|
||||
env:
|
||||
CIBW_ENVIRONMENT: SHERPA_ONNX_CMAKE_ARGS="-A Win32"
|
||||
CIBW_BUILD: "${{ matrix.python-version}}-* "
|
||||
@@ -47,6 +47,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheel-${{ matrix.python-version }}
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
- name: Publish to huggingface
|
||||
|
||||
Reference in New Issue
Block a user