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 Sep 26, 2024
1 parent 5f4ea2b commit 414c826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: true
- name: "Build wheels"
uses: "pypa/cibuildwheel@v2.16.2"
uses: "pypa/cibuildwheel@v2.21.1"
env:
CIBW_SKIP: "pp*" # FIXME
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
Expand Down

0 comments on commit 414c826

Please sign in to comment.