Skip to content

Commit

Permalink
update wheel builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed May 6, 2024
1 parent 548810b commit 03314dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BEFORE_ALL_MACOS: CC=gcc-11 CXX=g++-11
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform }}
Expand All @@ -111,5 +111,11 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

- uses: actions/download-artifact@v4
with:
pattern: cibw-wheels-*
merge-multiple: true
...

0 comments on commit 03314dd

Please sign in to comment.