Skip to content

Commit

Permalink
Upgrade cibuildwheel to 2.16.5 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi authored Apr 17, 2024
1 parent 9e1fff2 commit 01a8f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014

- name: "Build wheels (Python >= 3.10)"
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BEFORE_BUILD: git reset --hard && pip install -r requirements-wheel.txt && rm -rf pyproject.toml
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit 01a8f38

Please sign in to comment.