Skip to content

Commit 9499a64

Browse files
committed
compile lib
1 parent 35bcfd4 commit 9499a64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ for:
5252
- curl -OL https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe
5353
- start /wait python-%PYTHON_VERSION%-amd64.exe /quiet
5454
- dir C:\python312-dist
55-
- 7z a python-windows-for-dart-%PYTHON_VERSION%.zip C:\python312-dist\*
55+
- 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\*
5657

5758
test: off
5859

windows/exclude.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
__pycache__
2+
*.py
3+
*.exe

0 commit comments

Comments
 (0)