Skip to content

Commit

Permalink
Update to cibuildwheel 2.11.2 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Aug 28, 2023
1 parent e0be1de commit 7de13df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.python.manylinux['intel'] }}
CIBW_ARCHS_MACOS: ${{ matrix.os.cibw-archs-macos[matrix.arch.matrix] }}
run:
pipx run --spec='cibuildwheel==2.9.0' cibuildwheel --output-dir dist 2>&1
pipx run --spec='cibuildwheel==2.11.2' cibuildwheel --output-dir dist 2>&1

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7de13df

Please sign in to comment.