We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147bda4 commit d452747Copy full SHA for d452747
.github/wheels_m1.py
@@ -7,6 +7,8 @@
7
# From project folder run: `python3 .github/wheels_m1.py`
8
if __name__ == "__main__":
9
try:
10
+ run("brew uninstall libheif".split(), check=False)
11
+ run("brew install --formula ./libheif/macos/libheif.rb".split(), check=True)
12
print("Installing cibuildwheel...")
13
args = [executable]
14
args += "-m pip install -U cibuildwheel".split()
0 commit comments