Compare commits

..

2 Commits

2 changed files with 2 additions and 4 deletions

View File

@@ -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-*
@@ -52,8 +52,6 @@ jobs:
with:
name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
path: python/wheelhouse/*.whl
- name: Display files
run: ls -lR
build_sdist:
name: Build source distribution

View File

@@ -1 +1 @@
2.1.8
2.1.10