Skip to content

Commit 4d2eec6

Browse files
authored
Update build-wheels.yml
1 parent 1d7b912 commit 4d2eec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cp ./sndlib/clm.h ./src/pysndlib/
5454
5555
- name: Build wheels
56-
uses: pypa/cibuildwheel@v2.14.1
56+
uses: pypa/cibuildwheel@v2.22.0
5757
env:
5858
CIBW_BUILD: ${{ matrix.cibw_python }}
5959
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
@@ -128,7 +128,7 @@ jobs:
128128
cp ./sndlib/sndlib.h ./src/pysndlib/
129129
cp ./sndlib/clm.h ./src/pysndlib/
130130
- name: Build wheels
131-
uses: pypa/cibuildwheel@v2.14.1
131+
uses: pypa/cibuildwheel@v2.22.0
132132
env:
133133
CIBW_BUILD: ${{ matrix.cibw_python }}
134134
CIBW_ARCHS: ${{ matrix.cibw_arch }}

0 commit comments

Comments
 (0)