Compare commits

..

2 Commits

2 changed files with 2 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
arch: [auto32, auto64, aarch64]
steps:
- uses: actions/checkout@v2
@@ -45,12 +44,10 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
working-directory: python/
# env:
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
- name: Store binary wheels
uses: actions/upload-artifact@v4.6.0
with:
name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
name: binary-wheels-${{matrix.os}}-${{ strategy.job-index }}
path: python/wheelhouse/*.whl
build_sdist:

View File

@@ -1 +1 @@
2.1.15
2.1.17