Skip to content

Commit e17f141

Browse files
committed
Try uninstall
1 parent 5a15776 commit e17f141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ for:
4444
build_script:
4545
- cd windows
4646
- 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
4748
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
4849
- dir C:\python312-dist
50+
- cd C:\python312-dist
51+
- 7z a python-windows-for-dart-%PYTHON_VERSION%.zip *
4952

5053
test: off
5154

0 commit comments

Comments
 (0)