github actions: fix Upload binary wheels PyPI
This commit is contained in:
parent
cff2e913fc
commit
379feaa85a
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
name: wheel-config
|
||||
path: python/
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse/
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
working-directory: python/
|
||||
# env:
|
||||
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
|
||||
|
@ -1 +1 @@
|
||||
2.1.9
|
||||
2.1.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user