52
52
run : brew install enchant
53
53
if : runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
54
54
- name : Set up Python
55
- uses : quansight-labs /setup-python@v5
55
+ uses : actions /setup-python@v5
56
56
with :
57
57
python-version : |
58
58
3.9
81
81
- uses : actions/checkout@v4
82
82
with :
83
83
persist-credentials : false
84
- - uses : quansight-labs /setup-python@v5
84
+ - uses : actions /setup-python@v5
85
85
with :
86
86
python-version : |
87
87
3.9
@@ -119,7 +119,7 @@ jobs:
119
119
- uses : actions/checkout@v4
120
120
with :
121
121
persist-credentials : false
122
- - uses : quansight-labs /setup-python@v5
122
+ - uses : actions /setup-python@v5
123
123
with :
124
124
python-version : |
125
125
3.9
@@ -154,7 +154,7 @@ jobs:
154
154
- uses : actions/checkout@v4
155
155
with :
156
156
persist-credentials : false
157
- - uses : quansight-labs /setup-python@v5
157
+ - uses : actions /setup-python@v5
158
158
with :
159
159
python-version : |
160
160
3.9
@@ -178,6 +178,8 @@ jobs:
178
178
name : dist-${{ github.job }}-${{ matrix.target }}
179
179
path : dist
180
180
181
+ # free-threaded and normal builds share a site-packages folder on Windows so
182
+ # we must build free-threaded separately
181
183
windows-free-threaded :
182
184
needs : test
183
185
runs-on : windows-latest
@@ -188,7 +190,7 @@ jobs:
188
190
- uses : actions/checkout@v4
189
191
with :
190
192
persist-credentials : false
191
- - uses : quansight-labs /setup-python@v5
193
+ - uses : actions /setup-python@v5
192
194
with :
193
195
python-version : 3.13t
194
196
allow-prereleases : true
@@ -215,7 +217,7 @@ jobs:
215
217
- uses : actions/checkout@v4
216
218
with :
217
219
persist-credentials : false
218
- - uses : quansight-labs /setup-python@v5
220
+ - uses : actions /setup-python@v5
219
221
with :
220
222
python-version : |
221
223
3.9
0 commit comments