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 88 - synchronize
99 - reopened
1010 - ready_for_review
11- push :
12- branches :
13- - master
14- - stable
15- - v*
1611
1712permissions : read-all
1813
@@ -175,22 +170,22 @@ jobs:
175170 matrix :
176171 include :
177172 - runs-on : ubuntu-latest
178- python : ' 3.9'
173+ python-version : ' 3.9'
179174 - runs-on : macos-latest
180- python : ' 3.12'
175+ python-version : ' 3.12'
181176 - runs-on : windows-latest
182- python : ' 3.11'
177+ python-version : ' 3.11'
183178
184- name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 inplace C++14"
179+ name : " 🐍 ${{ matrix.python-version }} • ${{ matrix.runs-on }} • x64 inplace C++14"
185180 runs-on : ${{ matrix.runs-on }}
186181
187182 steps :
188183 - uses : actions/checkout@v4
189184
190- - name : Setup Python ${{ matrix.python }}
185+ - name : Setup Python ${{ matrix.python-version }}
191186 uses : actions/setup-python@v5
192187 with :
193- python-version : ${{ matrix.python }}
188+ python-version : ${{ matrix.python-version }}
194189 allow-prereleases : true
195190
196191 - name : Install uv
You can’t perform that action at this time.
0 commit comments