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 35bcfd4 commit 9499a64Copy full SHA for 9499a64
.appveyor.yml
@@ -52,7 +52,8 @@ for:
52
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
53
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
54
- dir C:\python312-dist
55
- - 7z a python-windows-for-dart-%PYTHON_VERSION%.zip C:\python312-dist\*
+ - C:\python312-dist\python -m compileall -b C:\python312-dist\Lib
56
+ - 7z a [email protected] python-windows-for-dart-%PYTHON_VERSION%.zip C:\python312-dist\*
57
58
test: off
59
windows/exclude.txt
@@ -0,0 +1,3 @@
1
+__pycache__
2
+*.py
3
+*.exe
0 commit comments