Skip to content

Commit

Permalink
Bump joerick/cibuildwheel from 1.11.0 to 1.11.1 (#397)
Browse files Browse the repository at this point in the history
* Bump joerick/cibuildwheel from 1.11.0 to 1.11.1

Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/joerick/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: joerick/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damien Nguyen <ngn.damien@gmail.com>
  • Loading branch information
dependabot[bot] and Takishima committed Jun 14, 2021
1 parent 23dac9e commit 0cf7322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Build wheels
uses: joerick/cibuildwheel@v1.11.0
uses: joerick/cibuildwheel@v1.11.1
env:
CIBW_ARCHS: auto64
CIBW_SKIP: cp27-* pp* cp35-*
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Compatibility with Python 2.7

### Repository

- Updated cibuildwheels to 1.11.1

## [0.5.1] - 2019-02-15

### Added
Expand Down

0 comments on commit 0cf7322

Please sign in to comment.