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 5a15776 commit e17f141Copy full SHA for e17f141
.appveyor.yml
@@ -44,8 +44,11 @@ for:
44
build_script:
45
- cd windows
46
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
47
+ - start /wait python-%PYTHON_VERSION%-amd64.exe /uninstall /quiet
48
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
49
- dir C:\python312-dist
50
+ - cd C:\python312-dist
51
+ - 7z a python-windows-for-dart-%PYTHON_VERSION%.zip *
52
53
test: off
54
0 commit comments