Skip to content

Commit

Permalink
build(deps): bump pypa/cibuildwheel from 2.1.3 to 2.3.1 (#366)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and mayeut authored Dec 24, 2021
1 parent 2caedc7 commit 533ca91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: runner.os == 'Linux'

- name: Build wheels
uses: pypa/cibuildwheel@v2.1.3
uses: pypa/cibuildwheel@v2.3.1
env:
CIBW_ARCHS: "${{ matrix.archs }}"
CIBW_PRERELEASE_PYTHONS: "${{ !startsWith(github.ref, 'refs/tags/v') }}"
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
requires = ["setuptools", "wheel"]

[tool.cibuildwheel]
skip = "*-musllinux*"
test-requires = "pytest"
test-command = "pytest --pyargs pybase64"

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"

[tool.isort]
profile = "black"

Expand Down

0 comments on commit 533ca91

Please sign in to comment.