Skip to content

Commit a1b9099

Browse files
build(deps): bump pypa/cibuildwheel from 3.0.0 to 3.0.1 (#839)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a25157 commit a1b9099

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Build wheels (manylinux)
22-
uses: pypa/[email protected].0
22+
uses: pypa/[email protected].1
2323
env:
2424
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
2525
CIBW_BUILD: "*-manylinux_x86_64"
2626
CIBW_ENABLE: pypy
2727

2828
- name: Build wheels (musllinux)
29-
uses: pypa/[email protected].0
29+
uses: pypa/[email protected].1
3030
env:
3131
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
3232
CIBW_BUILD: "*-musllinux_x86_64"
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Build wheels (manylinux)
50-
uses: pypa/[email protected].0
50+
uses: pypa/[email protected].1
5151
env:
5252
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
5353
CIBW_ARCHS_LINUX: aarch64
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0
7070

7171
- name: Build wheels (musllinux)
72-
uses: pypa/[email protected].0
72+
uses: pypa/[email protected].1
7373
env:
7474
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev cairo-dev && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
7575
CIBW_ARCHS_LINUX: aarch64
@@ -132,7 +132,7 @@ jobs:
132132
cmake --install .
133133
134134
- name: Build wheels
135-
uses: pypa/[email protected].0
135+
uses: pypa/[email protected].1
136136
env:
137137
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
138138
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -238,7 +238,7 @@ jobs:
238238
shell: cmd
239239

240240
- name: Build wheels
241-
uses: pypa/[email protected].0
241+
uses: pypa/[email protected].1
242242
env:
243243
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
244244
CIBW_BUILD: "*-${{ matrix.wheel_arch }}"

0 commit comments

Comments
 (0)