-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
9 changed files
with
45 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,15 @@ wheel_macos_arm_task: | |
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH | ||
CIBW_ARCHS: arm64 | ||
CIBW_ENVIRONMENT: 'MACOSX_DEPLOYMENT_TARGET=14.0 PH_FULL_ACTION=1' | ||
CIBW_PRERELEASE_PYTHONS: True | ||
|
||
install_pre_requirements_script: | ||
- brew update || true | ||
- brew install libheif | ||
- brew install [email protected] | ||
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python | ||
install_cibuildwheel_script: | ||
- python3 -m pip install --break-system-packages cibuildwheel==2.19.1 | ||
- python3 -m pip install --break-system-packages cibuildwheel==2.19.2 | ||
run_cibuildwheel_script: | ||
- python3 -m cibuildwheel | ||
wheels_artifacts: | ||
|
@@ -33,14 +34,15 @@ wheel_pi_heif_macos_arm_task: | |
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH | ||
CIBW_ARCHS: arm64 | ||
CIBW_ENVIRONMENT: 'MACOSX_DEPLOYMENT_TARGET=14.0 PH_LIGHT_ACTION=1' | ||
CIBW_PRERELEASE_PYTHONS: True | ||
|
||
install_pre_requirements_script: | ||
- brew update || true | ||
- brew install libheif | ||
- brew install [email protected] | ||
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python | ||
install_cibuildwheel_script: | ||
- python3 -m pip install --break-system-packages cibuildwheel==2.19.1 | ||
- python3 -m pip install --break-system-packages cibuildwheel==2.19.2 | ||
transform_to_pi_heif_script: | ||
- cp -r -v ./pi-heif/* . | ||
- python3 .github/transform_to-pi_heif.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters