Skip to content

Commit 9ed6ec0

Browse files
committed
3.14 builds
1 parent 133e940 commit 9ed6ec0

1 file changed

Lines changed: 52 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out repository
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
max-parallel: 4
4949
matrix:
50-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
50+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
5151

5252
steps:
5353
- uses: actions/checkout@v3.5.3
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
max-parallel: 3
9191
matrix:
92-
python-version: ['3.9', '3.10', '3.11', '3.12']
92+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
9393

9494
steps:
9595
- uses: actions/checkout@v3.5.3
@@ -177,6 +177,20 @@ jobs:
177177
path: dist-linux-3.13
178178
- run: mv -v dist-linux-3.13/* dist/
179179

180+
- name: Stage linux 3.14
181+
uses: actions/download-artifact@v4.1.7
182+
with:
183+
name: dist-linux-3.14
184+
path: dist-linux-3.14
185+
- run: mv -v dist-linux-3.14/* dist/
186+
187+
- name: Stage linux 3.14t
188+
uses: actions/download-artifact@v4.1.7
189+
with:
190+
name: dist-linux-3.14t
191+
path: dist-linux-3.14t
192+
- run: mv -v dist-linux-3.14t/* dist/
193+
180194
- name: Stage macos 3.9
181195
uses: actions/download-artifact@v4.1.7
182196
with:
@@ -212,6 +226,20 @@ jobs:
212226
path: dist-macos-3.13
213227
- run: mv -v dist-macos-3.13/* dist/
214228

229+
- name: Stage macos 3.14
230+
uses: actions/download-artifact@v4.1.7
231+
with:
232+
name: dist-macos-3.14
233+
path: dist-macos-3.14
234+
- run: mv -v dist-macos-3.14/* dist/
235+
236+
- name: Stage macos 3.14t
237+
uses: actions/download-artifact@v4.1.7
238+
with:
239+
name: dist-macos-3.14t
240+
path: dist-macos-3.14t
241+
- run: mv -v dist-macos-3.14t/* dist/
242+
215243
- name: Stage windows 3.9
216244
uses: actions/download-artifact@v4.1.7
217245
with:
@@ -239,6 +267,27 @@ jobs:
239267
name: dist-windows-3.12
240268
path: dist-windows-3.12
241269
- run: mv -v dist-windows-3.12/* dist/
270+
271+
- name: Stage windows 3.13
272+
uses: actions/download-artifact@v4.1.7
273+
with:
274+
name: dist-windows-3.13
275+
path: dist-windows-3.13
276+
- run: mv -v dist-windows-3.13/* dist/
277+
278+
- name: Stage windows 3.14
279+
uses: actions/download-artifact@v4.1.7
280+
with:
281+
name: dist-windows-3.14
282+
path: dist-windows-3.14
283+
- run: mv -v dist-windows-3.14/* dist/
284+
285+
- name: Stage windows 3.14t
286+
uses: actions/download-artifact@v4.1.7
287+
with:
288+
name: dist-windows-3.14t
289+
path: dist-windows-3.14t
290+
- run: mv -v dist-windows-3.14t/* dist/
242291

243292
- name: Publish distribution 📦 to PyPI
244293
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)