Skip to content

Commit

Permalink
Try cibuildwheel 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 16, 2024
1 parent 7358cf6 commit acd53e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: snappy_doc
path: /__w/SnapPy/SnapPy/doc_src/_build/snapp_doc.zip
path: /__w/SnapPy/SnapPy/doc_src/_build/snappy_doc.zip
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.19
env:
# Skip Python 32 bit Linux, and PyPy
CIBW_BUILD: "cp312-*"
Expand Down

0 comments on commit acd53e7

Please sign in to comment.