Skip to content

Commit 4c5d7e8

Browse files
authored
chore: update cibuildwheel from 2.0.0a4 to 2.0.0 (#164)
release notes: https://github.com/pypa/cibuildwheel/releases/tag/v2.0.0
1 parent 41c34d7 commit 4c5d7e8

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
7575

7676
- name: Build wheels
77-
uses: pypa/[email protected].0a4
77+
uses: pypa/[email protected].0
7878
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
7979
env:
8080
CIBW_ARCHS: "${{ matrix.arch }}"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- arch: s390x
1717

1818
install:
19-
- python -m pip install cibuildwheel==2.0.0a4
19+
- python -m pip install cibuildwheel==2.0.0
2020
- python -m pip install -r requirements-deploy.txt
2121

2222
script:

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ before-all = [
2828
"./scripts/manylinux-build-and-install-openssl.sh",
2929
]
3030
build-verbosity = "1"
31-
manylinux-x86_64-image = "quay.io/pypa/manylinux1_x86_64:2021-07-04-13bcf48"
32-
manylinux-i686-image = "quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48"
33-
manylinux-aarch64-image = "quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39"
34-
manylinux-ppc64le-image = "quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39"
35-
manylinux-s390x-image = "quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39"
31+
manylinux-x86_64-image = "manylinux1"
32+
manylinux-i686-image = "manylinux1"
3633

3734
[tool.cibuildwheel.linux.environment]
3835
SKBUILD_CONFIGURE_OPTIONS = "-DOPENSSL_ROOT_DIR:PATH=/usr/local/ssl -DCMAKE_JOB_POOL_COMPILE:STRING=compile -DCMAKE_JOB_POOL_LINK:STRING=link -DCMAKE_JOB_POOLS:STRING=compile=2;link=1"

0 commit comments

Comments
 (0)