Skip to content

Commit

Permalink
updated cibuildwheel
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Aug 9, 2023
1 parent 116931e commit 4094068
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
platforms: arm64

- name: Install cibuildwheel & twine
run: python3 -m pip install twine cibuildwheel==2.14.1
run: python3 -m pip install twine cibuildwheel==2.15.0

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
platforms: arm64

- name: Install cibuildwheel & twine
run: python3 -m pip install twine cibuildwheel==2.14.1
run: python3 -m pip install twine cibuildwheel==2.15.0

- name: 32-bit musllinux preparations
if: matrix.cibw_buildlinux == 'musllinux' && matrix.cibw_arch == 'i686'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_ARCHS: "AMD64"
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_ARCHS: "x86_64"
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_BUILD: ${{ format('cp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_BUILD: ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_ARCHS: "AMD64"
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_ARCHS: "x86_64"
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_BUILD: ${{ format('cp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

- name: Run cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.14.1
python3 -m pip install cibuildwheel==2.15.0
python3 -m cibuildwheel
env:
CIBW_BUILD: ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All notable changes to this project will be documented in this file.

## [0.13.0 - 2023-08-05]
## [0.13.0 - 2023-08-09]

### Added

Expand All @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.

### Changed

- The license for the project itself has been changed to "BSD-3-Clause" since "Apache 2.0" is not compatible with the "x265" encoder. #111
- The license for the project itself has been changed to "BSD-3-Clause" since "Apache 2.0" is not compatible with the "x265" encoder. #111 Thanks to @mattip
- Minimum required `Pillow` version increased from `8.4.0` to `9.1.1`
- Dropped `Python 3.7` support, `PyPy 3.8` wheels.
- Dropped 32-bit wheels for `Pillow-Heif`. `Pi-Heif` still have 32-bit wheels.
Expand Down
4 changes: 2 additions & 2 deletions ci/cirrus_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wheel_macos_arm_task:
- brew install [email protected]
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
install_cibuildwheel_script:
- python3 -m pip install cibuildwheel==2.14.1
- python3 -m pip install cibuildwheel==2.15.0
run_cibuildwheel_script:
- python3 -m cibuildwheel
wheels_artifacts:
Expand All @@ -40,7 +40,7 @@ wheel_pi_heif_macos_arm_task:
- brew install [email protected]
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
install_cibuildwheel_script:
- python3 -m pip install cibuildwheel==2.14.1
- python3 -m pip install cibuildwheel==2.15.0
transform_to_pi_heif_script:
- cp -r -v ./pi-heif/* .
- python3 .github/transform_to-pi_heif.py
Expand Down

0 comments on commit 4094068

Please sign in to comment.