Skip to content

Commit

Permalink
Fix (hopefully) cibuildwheel (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Feb 22, 2024
1 parent f0e5128 commit 460c6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

- name: Build test wheels (only PRs)
if: github.event_name != 'release'
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.16.5
env: # build 1 build per platform just to make sure we can do it later when releasing
CIBW_BUILD: "cp310-*"
with:
package-dir: ${{github.workspace}}/python/

- name: Build all wheels
if: github.event_name == 'release'
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: ${{github.workspace}}/python/

Expand Down

0 comments on commit 460c6f2

Please sign in to comment.