We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7b912 commit 4d2eec6Copy full SHA for 4d2eec6
.github/workflows/build-wheels.yml
@@ -53,7 +53,7 @@ jobs:
53
cp ./sndlib/clm.h ./src/pysndlib/
54
55
- name: Build wheels
56
- uses: pypa/cibuildwheel@v2.14.1
+ uses: pypa/cibuildwheel@v2.22.0
57
env:
58
CIBW_BUILD: ${{ matrix.cibw_python }}
59
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
@@ -128,7 +128,7 @@ jobs:
128
cp ./sndlib/sndlib.h ./src/pysndlib/
129
130
131
132
133
134
CIBW_ARCHS: ${{ matrix.cibw_arch }}
0 commit comments