Compare commits

..

4 Commits

2 changed files with 5 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ jobs:
name: wheel-config name: wheel-config
path: python/ path: python/
- name: Build wheels - name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse/ run: python -m cibuildwheel --output-dir wheelhouse
working-directory: python/ working-directory: python/
# env: # env:
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* # CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
@@ -52,8 +52,6 @@ jobs:
with: with:
name: binary-wheels-${{matrix.os}}-${{matrix.arch}} name: binary-wheels-${{matrix.os}}-${{matrix.arch}}
path: python/wheelhouse/*.whl path: python/wheelhouse/*.whl
- name: Display files
run: ls -lR
build_sdist: build_sdist:
name: Build source distribution name: Build source distribution
@@ -81,7 +79,7 @@ jobs:
upload_pypi: upload_pypi:
name: Upload binary wheels to PyPI name: Upload wheels to PyPI
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: [build_wheels, build_sdist] needs: [build_wheels, build_sdist]
@@ -94,8 +92,8 @@ jobs:
- name: Get binary wheels - name: Get binary wheels
uses: actions/download-artifact@v4.1.7 uses: actions/download-artifact@v4.1.7
with: with:
path: dist/binary-wheels path: dist/
pattern: dist/binary-wheels-* pattern: binary-wheels-*
merge-multiple: true merge-multiple: true
- name: Display files - name: Display files
run: ls -lR run: ls -lR

View File

@@ -1 +1 @@
2.1.8 2.1.12