Skip to content

Commit

Permalink
Change build-python-packages defaults for convenience
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
colesbury committed Nov 4, 2024
1 parent 4284023 commit 7bbe2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
VERSION:
description: 'Python version to build and upload'
default: '3.12.3'
default: '3.13.0'
required: true
PUBLISH_RELEASES:
description: 'Whether to publish releases'
Expand All @@ -16,11 +16,11 @@ on:
description: 'CPython threading build modes'
required: true
type: str
default: 'default,freethreaded'
default: 'freethreaded'
PLATFORMS:
description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)'
required: true
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'
default: 'ubuntu-20.04,ubuntu-22.04,ubuntu-24.04,macos-13_x64,macos-14_arm64,windows-2019_x64,windows-2019_x86'
pull_request:
paths-ignore:
- 'versions-manifest.json'
Expand Down

0 comments on commit 7bbe2dd

Please sign in to comment.