@@ -22,10 +22,10 @@ jobs:
2222 run : |
2323 sudo apt update && \
2424 sudo apt install -y ccache patchelf
25- - name : Set up Python 3.13.3
25+ - name : Set up Python 3.13
2626 uses : actions/setup-python@v5
2727 with :
28- python-version : " 3.13.3 "
28+ python-version : " 3.13"
2929 - name : Install Dependencies
3030 run : |
3131 python -m pip install --upgrade pip
@@ -53,10 +53,10 @@ jobs:
5353 run : |
5454 sudo apt update && \
5555 sudo apt install -y ccache patchelf
56- - name : Set up Python 3.13.3
56+ - name : Set up Python 3.13
5757 uses : actions/setup-python@v5
5858 with :
59- python-version : " 3.13.3 "
59+ python-version : " 3.13"
6060 - name : Install Dependencies
6161 run : |
6262 python -m pip install --upgrade pip
@@ -80,10 +80,10 @@ jobs:
8080
8181 steps :
8282 - uses : actions/checkout@v4
83- - name : Set up Python 3.13.3
83+ - name : Set up Python 3.13
8484 uses : actions/setup-python@v5
8585 with :
86- python-version : " 3.13.3 "
86+ python-version : " 3.13"
8787 - name : Install Dependencies
8888 run : |
8989 python -m pip install --upgrade pip
@@ -107,10 +107,10 @@ jobs:
107107
108108 steps :
109109 - uses : actions/checkout@v4
110- - name : Set up Python 3.13.3
110+ - name : Set up Python 3.13
111111 uses : actions/setup-python@v5
112112 with :
113- python-version : " 3.13.3 "
113+ python-version : " 3.13"
114114 - name : Install Dependencies
115115 run : |
116116 python -m pip install --upgrade pip
@@ -136,10 +136,10 @@ jobs:
136136 - uses : actions/checkout@v4
137137 - name : Enable Developer Command Prompt
138138139- - name : Set up Python 3.13.3
139+ - name : Set up Python 3.13
140140 uses : actions/setup-python@v5
141141 with :
142- python-version : " 3.13.3 "
142+ python-version : " 3.13"
143143 - name : Install Dependencies
144144 run : |
145145 python -m pip install --upgrade pip
@@ -158,7 +158,7 @@ jobs:
158158 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
159159 organization-id : ' bcf4928f-3b0a-4b3c-b4bf-a5211cd8ca53'
160160 project-slug : ' WiiLink-Patcher-GUI'
161- signing-policy-slug : ' test -signing'
161+ signing-policy-slug : ' release -signing'
162162 github-artifact-id : ' ${{ steps.upload-unsigned-onefile-package.outputs.artifact-id }}'
163163 wait-for-completion : true
164164 output-artifact-directory : ' .\signed-package'
@@ -176,10 +176,10 @@ jobs:
176176 - uses : actions/checkout@v4
177177 - name : Enable Developer Command Prompt
178178179- - name : Set up Python 3.13.3
179+ - name : Set up Python 3.13
180180 uses : actions/setup-python@v5
181181 with :
182- python-version : " 3.13.3 "
182+ python-version : " 3.13"
183183 - name : Install Dependencies
184184 run : |
185185 python -m pip install --upgrade pip
@@ -198,7 +198,7 @@ jobs:
198198 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
199199 organization-id : ' bcf4928f-3b0a-4b3c-b4bf-a5211cd8ca53'
200200 project-slug : ' WiiLink-Patcher-GUI'
201- signing-policy-slug : ' test -signing'
201+ signing-policy-slug : ' release -signing'
202202 github-artifact-id : ' ${{ steps.upload-unsigned-standalone-package.outputs.artifact-id }}'
203203 wait-for-completion : true
204204 output-artifact-directory : ' .\signed-package'
0 commit comments