Skip to content

Commit 0cf7322

Browse files
Bump joerick/cibuildwheel from 1.11.0 to 1.11.1 (#397)
* 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>
1 parent 23dac9e commit 0cf7322

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2929
3030
- name: Build wheels
31-
uses: joerick/cibuildwheel@v1.11.0
31+
uses: joerick/cibuildwheel@v1.11.1
3232
env:
3333
CIBW_ARCHS: auto64
3434
CIBW_SKIP: cp27-* pp* cp35-*

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
- Compatibility with Python 2.7
2929

30+
### Repository
31+
32+
- Updated cibuildwheels to 1.11.1
33+
3034
## [0.5.1] - 2019-02-15
3135

3236
### Added

0 commit comments

Comments
 (0)