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 59eef10 commit 22f3036Copy full SHA for 22f3036
build_package.py
@@ -87,6 +87,7 @@
87
wheel_location = without_platform + wheel
88
shutil.copy(base_wheel_location, wheel_location)
89
with zipfile.ZipFile(wheel_location, "a") as zip:
90
+ zip.writestr("playwright/driver/platform.txt", wheel)
91
for file in os.listdir(f"driver/{platform}"):
92
from_location = f"driver/{platform}/{file}"
93
to_location = f"playwright/driver/{file}"
0 commit comments