File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 8
8
- synchronize
9
9
- reopened
10
10
- ready_for_review
11
- push :
12
- branches :
13
- - master
14
- - stable
15
- - v*
16
11
17
12
permissions : read-all
18
13
@@ -175,22 +170,22 @@ jobs:
175
170
matrix :
176
171
include :
177
172
- runs-on : ubuntu-latest
178
- python : ' 3.9'
173
+ python-version : ' 3.9'
179
174
- runs-on : macos-latest
180
- python : ' 3.12'
175
+ python-version : ' 3.12'
181
176
- runs-on : windows-latest
182
- python : ' 3.11'
177
+ python-version : ' 3.11'
183
178
184
- name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 inplace C++14"
179
+ name : " 🐍 ${{ matrix.python-version }} • ${{ matrix.runs-on }} • x64 inplace C++14"
185
180
runs-on : ${{ matrix.runs-on }}
186
181
187
182
steps :
188
183
- uses : actions/checkout@v4
189
184
190
- - name : Setup Python ${{ matrix.python }}
185
+ - name : Setup Python ${{ matrix.python-version }}
191
186
uses : actions/setup-python@v5
192
187
with :
193
- python-version : ${{ matrix.python }}
188
+ python-version : ${{ matrix.python-version }}
194
189
allow-prereleases : true
195
190
196
191
- name : Install uv
You can’t perform that action at this time.
0 commit comments