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 @@ -18,18 +18,18 @@ jobs:
18
18
- name : Build Panda
19
19
shell : powershell
20
20
run : |
21
- .\thirdparty\win-python3.12 -x64\python.exe makepanda\makepanda.py --installer --wheel --optimize 3 --everything --msvc-version=14.3 --windows-sdk=10 --threads=4
21
+ .\thirdparty\win-python3.11 -x64\python.exe makepanda\makepanda.py --installer --wheel --optimize 3 --everything --msvc-version=14.3 --windows-sdk=10 --threads=4
22
22
23
23
- name : " Upload Installer"
24
24
uses : actions/upload-artifact@v4
25
25
with :
26
26
name : " panda3d-windows-installer"
27
- path : " Panda3D-1.11.0-py3.12 -x64.exe"
27
+ path : " Panda3D-1.11.0-py3.11 -x64.exe"
28
28
if-no-files-found : " error"
29
29
30
30
- name : " Upload Wheel"
31
31
uses : actions/upload-artifact@v4
32
32
with :
33
33
name : " panda3d-windows-wheel"
34
- path : " panda3d-1.11.0-cp312-cp312 -win_amd64.whl"
34
+ path : " panda3d-1.11.0-cp311-cp311 -win_amd64.whl"
35
35
if-no-files-found : " error"
You can’t perform that action at this time.
0 commit comments