Skip to content

Commit

Permalink
Update build_and_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Dec 16, 2023
1 parent 84e9a76 commit 0761d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
submodules: true
- name: "Build wheels"
uses: "pypa/cibuildwheel@v2.12.0"
uses: "pypa/cibuildwheel@v2.16.2"
env:
CIBW_SKIP: "pp* cp311-win32 cp311-win_amd64" # FIXME
CIBW_SKIP: "pp* # FIXME
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
CIBW_TEST_REQUIRES: "pytest"
Expand Down

0 comments on commit 0761d87

Please sign in to comment.