Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.13.0 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.13.0...v2.14.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 344fd96 commit 71431fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Wheels macOS / Linux
if: runner.os != 'Windows'
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.14.0
env:
CIBW_BEFORE_ALL_LINUX: ./tools/install_talib.sh
CIBW_BEFORE_ALL_MACOS: brew install ta-lib
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Wheels Windows
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.14.0
env:
CIBW_BUILD: "cp${{ matrix.python }}-win_amd64"
CIBW_TEST_SKIP: "cp311-win_amd64"
Expand Down

0 comments on commit 71431fd

Please sign in to comment.