Skip to content

Commit 477a049

Browse files
committed
upgrade cibuildwheel for a py3.11 compatible release
1 parent 3617b05 commit 477a049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: true
2222
- name: "Build wheels"
23-
uses: "pypa/cibuildwheel@v2.3.1"
23+
uses: "pypa/cibuildwheel@v2.12.0"
2424
env:
2525
CIBW_SKIP: "pp*" # FIXME
2626
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
@@ -35,7 +35,7 @@ jobs:
3535
name: "Build source distribution"
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: "actions/checkout@v2"
38+
- uses: "actions/checkout@v3"
3939
with:
4040
submodules: true
4141
- name: "Install dependencies"

0 commit comments

Comments
 (0)