-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump pypa/cibuildwheel from 2.21.2 to 2.21.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
81bd606
commit 97d8da8
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
python-version: '3.8' | ||
|
||
- name: Build wheels (manylinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
env: | ||
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" | ||
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}" | ||
|
@@ -39,7 +39,7 @@ jobs: | |
CIBW_TEST_SKIP: "cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 cp313-manylinux_i686" | ||
|
||
- name: Build wheels (musllinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
env: | ||
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" | ||
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}" | ||
|
@@ -65,7 +65,7 @@ jobs: | |
uses: docker/setup-qemu-action@v3 | ||
|
||
- name: Build wheels (manylinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
env: | ||
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" | ||
CIBW_ARCHS_LINUX: aarch64 | ||
|
@@ -91,7 +91,7 @@ jobs: | |
uses: docker/setup-qemu-action@v3 | ||
|
||
- name: Build wheels (musllinux) | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
env: | ||
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" | ||
CIBW_ARCHS_LINUX: aarch64 | ||
|
@@ -159,7 +159,7 @@ jobs: | |
cmake --install . | ||
- name: Build wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
env: | ||
CIBW_ARCHS_MACOS: "${{ matrix.wheel_arch }}" | ||
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core" | ||
|
@@ -261,7 +261,7 @@ jobs: | |
shell: cmd | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected].2 | ||
uses: pypa/[email protected].3 | ||
env: | ||
CIBW_BEFORE_BUILD: "pip install -U setuptools && python setup.py build_c_core" | ||
CIBW_BUILD: "*-${{ matrix.wheel_arch }}" | ||
|