Skip to content

Commit 75c58d7

Browse files
ci: rebuild for py313
1 parent 7213061 commit 75c58d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags:
77
- '*'
88
env:
9-
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* cp36-* pp27* pp36* pp37* pp38* pp39* pp310* *-musllinux*
9+
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* cp36-* pp27* pp36* pp37* pp38* pp39* pp310*
1010

1111
jobs:
1212
build_wheels:
@@ -28,11 +28,11 @@ jobs:
2828
uses: docker/setup-qemu-action@v1
2929

3030
- name: Build wheels
31-
uses: joerick/cibuildwheel@v2.19.1
31+
uses: joerick/cibuildwheel@v2.22.0
3232
# to supply options, put them in 'env', like:
3333
env:
3434
CIBW_ARCHS_LINUX: ${{matrix.arch}}
35-
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython
35+
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython twine pkginfo
3636
CIBW_ARCHS_MACOS: "x86_64 arm64"
3737

3838
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)