Skip to content

Commit 533ca91

Browse files
build(deps): bump pypa/cibuildwheel from 2.1.3 to 2.3.1 (#366)
* build(deps): bump pypa/cibuildwheel from 2.1.3 to 2.3.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.1.3 to 2.3.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.1.3...v2.3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * skip musllinux builds * cibuildwheel now defaults to manylinux2014 images Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mayeut <mayeut@users.noreply.github.com>
1 parent 2caedc7 commit 533ca91

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: runner.os == 'Linux'
6060

6161
- name: Build wheels
62-
uses: pypa/cibuildwheel@v2.1.3
62+
uses: pypa/cibuildwheel@v2.3.1
6363
env:
6464
CIBW_ARCHS: "${{ matrix.archs }}"
6565
CIBW_PRERELEASE_PYTHONS: "${{ !startsWith(github.ref, 'refs/tags/v') }}"

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
requires = ["setuptools", "wheel"]
33

44
[tool.cibuildwheel]
5+
skip = "*-musllinux*"
56
test-requires = "pytest"
67
test-command = "pytest --pyargs pybase64"
78

8-
[tool.cibuildwheel.linux]
9-
manylinux-x86_64-image = "manylinux2014"
10-
manylinux-i686-image = "manylinux2014"
11-
129
[tool.isort]
1310
profile = "black"
1411

0 commit comments

Comments
 (0)