Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 7bbe2dd

Browse files
committed
Change build-python-packages defaults for convenience
We only need to build the free threading packages because we're using the default builds from upstream actions/python-versions. We don't have arm64 Ubuntu or Windows runners, so skip those for now.
1 parent 4284023 commit 7bbe2dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
VERSION:
77
description: 'Python version to build and upload'
8-
default: '3.12.3'
8+
default: '3.13.0'
99
required: true
1010
PUBLISH_RELEASES:
1111
description: 'Whether to publish releases'
@@ -16,11 +16,11 @@ on:
1616
description: 'CPython threading build modes'
1717
required: true
1818
type: str
19-
default: 'default,freethreaded'
19+
default: 'freethreaded'
2020
PLATFORMS:
2121
description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)'
2222
required: true
23-
default: 'ubuntu-20.04,ubuntu-22.04,ubuntu-22.04_arm64,ubuntu-24.04,ubuntu-24.04_arm64,macos-13_x64,macos-14_arm64,windows-2019_x64,windows-2019_x86,windows-2019_arm64'
23+
default: 'ubuntu-20.04,ubuntu-22.04,ubuntu-24.04,macos-13_x64,macos-14_arm64,windows-2019_x64,windows-2019_x86'
2424
pull_request:
2525
paths-ignore:
2626
- 'versions-manifest.json'

0 commit comments

Comments
 (0)