Skip to content

Commit 22f3036

Browse files
committed
chore: produce different wheels for mac10/11
1 parent 59eef10 commit 22f3036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
wheel_location = without_platform + wheel
8888
shutil.copy(base_wheel_location, wheel_location)
8989
with zipfile.ZipFile(wheel_location, "a") as zip:
90+
zip.writestr("playwright/driver/platform.txt", wheel)
9091
for file in os.listdir(f"driver/{platform}"):
9192
from_location = f"driver/{platform}/{file}"
9293
to_location = f"playwright/driver/{file}"

0 commit comments

Comments
 (0)