File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
InWheel = None
29
29
from wheel .bdist_wheel import bdist_wheel as BDistWheelCommand
30
30
31
- driver_version = "1.17.0-1637005716000 "
31
+ driver_version = "1.17.0-rc1 "
32
32
33
33
34
34
def extractall (zip : zipfile .ZipFile , path : str ) -> None :
@@ -112,7 +112,7 @@ def run(self) -> None:
112
112
for arch in platform :
113
113
zip_file = f"playwright-{ driver_version } -{ arch ['zip_name' ]} .zip"
114
114
if not os .path .exists ("driver/" + zip_file ):
115
- url = f"https://playwright.azureedge.net/builds/driver/next/ { zip_file } "
115
+ url = f"https://playwright.azureedge.net/builds/driver/{ zip_file } "
116
116
print (f"Fetching { url } " )
117
117
# Don't replace this with urllib - Python won't have certificates to do SSL on all platforms.
118
118
subprocess .check_call (["curl" , url , "-o" , "driver/" + zip_file ])
You can’t perform that action at this time.
0 commit comments