Skip to content

Commit

Permalink
Update wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Apr 4, 2024
1 parent 72d1f9c commit fce9d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python3 -m pip install wheel
- name: Build Wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_ARCHS: ${{ matrix.config.arch }}
CIBW_BUILD: cp36-* cp38-macosx_universal2
Expand Down

0 comments on commit fce9d0f

Please sign in to comment.