Skip to content

Commit 65df5da

Browse files
build(deps): bump pypa/cibuildwheel from 3.2.0 to 3.2.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e554597 commit 65df5da

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,14 +20,14 @@ 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
CIBW_ENABLE: pypy
2828

2929
- name: Build wheels (musllinux)
30-
uses: pypa/[email protected].0
30+
uses: pypa/[email protected].1
3131
env:
3232
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"
3333
CIBW_BUILD: "*-musllinux_x86_64"
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Build wheels (manylinux)
51-
uses: pypa/[email protected].0
51+
uses: pypa/[email protected].1
5252
env:
5353
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"
5454
CIBW_ARCHS_LINUX: aarch64
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Build wheels (musllinux)
73-
uses: pypa/[email protected].0
73+
uses: pypa/[email protected].1
7474
env:
7575
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"
7676
CIBW_ARCHS_LINUX: aarch64
@@ -133,7 +133,7 @@ jobs:
133133
cmake --install .
134134
135135
- name: Build wheels
136-
uses: pypa/[email protected].0
136+
uses: pypa/[email protected].1
137137
env:
138138
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}"
139139
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core"
@@ -239,7 +239,7 @@ jobs:
239239
shell: cmd
240240

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

0 commit comments

Comments
 (0)