Skip to content

Commit b20f57b

Browse files
mhsmithhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 1b15b57 commit b20f57b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
type: string
3636
description: "CPython release number (ie '3.11.5', note without the 'v' prefix)"
3737

38-
name: "Build Python release artifacts"
38+
name: "Build release artifacts"
3939

4040
permissions: {}
4141

tests/test_select_jobs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
("3.13.0rc1", "true", "false"),
1414
("3.13.0", "true", "false"),
1515
("3.13.1", "true", "false"),
16-
("3.14.0a1", "false", "true"),
16+
("3.14.0b2", "false", "true"),
1717
("3.14.0rc1", "true", "true"),
1818
("3.14.0", "true", "true"),
1919
("3.14.1", "true", "true"),
20+
("3.15.0a1", "false", "true"),
21+
("3.15.0", "true", "true"),
2022
],
2123
)
2224
def test_select_jobs(

0 commit comments

Comments
 (0)