Skip to content

Commit 6d99a91

Browse files
authored
chore: update cibuildwheel from 2.0.0a4 to 2.0.0 (#59)
release notes: https://github.com/pypa/cibuildwheel/releases/tag/v2.0.0
1 parent 32d29aa commit 6d99a91

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: runner.os == 'Linux'
5656

5757
- name: Build wheels
58-
uses: pypa/cibuildwheel@v2.0.0a4
58+
uses: pypa/cibuildwheel@v2.0.0
5959
env:
6060
CIBW_ARCHS: "${{ matrix.arch }}"
6161

@@ -139,4 +139,3 @@ jobs:
139139
with:
140140
user: __token__
141141
password: ${{ secrets.PYPI_RELEASE_PASSWORD }}
142-
skip_existing: true

pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ test-extras = "test"
1414
test-command = "pytest {project}/tests"
1515

1616
[tool.cibuildwheel.linux]
17-
manylinux-x86_64-image = "quay.io/pypa/manylinux1_x86_64:2021-07-04-13bcf48"
18-
manylinux-i686-image = "quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48"
19-
manylinux-aarch64-image = "quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39"
20-
manylinux-ppc64le-image = "quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39"
21-
manylinux-s390x-image = "quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39"
17+
manylinux-x86_64-image = "manylinux1"
18+
manylinux-i686-image = "manylinux1"
2219

2320
[tool.cibuildwheel.macos.environment]
2421
MACOSX_DEPLOYMENT_TARGET = "10.9"

0 commit comments

Comments
 (0)