File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ jobs:
86
86
steps :
87
87
- uses : actions/checkout@v4
88
88
- name : Download Python
89
- run : Invoke-Webrequest https://www.python.org/ftp/python/3.8.10 /python-3.8.10 -embed-amd64.zip -OutFile python-3.8.10 -embed-amd64.zip
89
+ run : Invoke-Webrequest https://www.python.org/ftp/python/3.9.13 /python-3.9.13 -embed-amd64.zip -OutFile python-3.9.13 -embed-amd64.zip
90
90
- name : Unzip python
91
91
run : |
92
- Expand-Archive python-3.8.10 -embed-amd64.zip -DestinationPath runtime
92
+ Expand-Archive python-3.9.13 -embed-amd64.zip -DestinationPath runtime
93
93
cmd /c "del python-3.8.10-embed-amd64.zip /s /q"
94
94
- name : Clean
95
95
run : |
@@ -109,7 +109,7 @@ jobs:
109
109
uses : robinraju/release-downloader@v1
110
110
with :
111
111
repository : luyanci/python-prebuilt
112
- tag : embed-tkinter-patch
112
+ tag : embed-tk-39
113
113
fileName : embed-tk-X64.zip
114
114
- name : Unzip tkinter
115
115
run : |
You can’t perform that action at this time.
0 commit comments