Skip to content

Commit 2643836

Browse files
dependabot[bot]ntamas
authored andcommitted
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 bddaefb commit 2643836

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
@@ -20,13 +20,13 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Build wheels (manylinux)
23-
uses: pypa/[email protected].0
23+
uses: pypa/[email protected].1
2424
env:
2525
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"
2626
CIBW_BUILD: "*-manylinux_x86_64"
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
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0
6969

7070
- name: Build wheels (musllinux)
71-
uses: pypa/[email protected].0
71+
uses: pypa/[email protected].1
7272
env:
7373
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"
7474
CIBW_ARCHS_LINUX: aarch64
@@ -131,7 +131,7 @@ jobs:
131131
cmake --install .
132132
133133
- name: Build wheels
134-
uses: pypa/[email protected].0
134+
uses: pypa/[email protected].1
135135
env:
136136
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
137137
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -236,7 +236,7 @@ jobs:
236236
shell: cmd
237237

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

0 commit comments

Comments
 (0)