Skip to content

Commit 217bd24

Browse files
gab23rgabrielclaude
authored
build: Ensure that Linux builds use Python 3.10 ABI (#304)
Co-authored-by: gabriel <gabriel.g.robin@airbus.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72fb1a6 commit 217bd24

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,11 @@ jobs:
5757
environments: build
5858
- name: Set version
5959
run: pixi run -e build set-version
60-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
61-
with:
62-
python-version: "3.10"
6360
- name: Build wheel
6461
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
6562
with:
6663
command: build
67-
args: --out dist --release
64+
args: --out dist --release -i python3.10
6865
manylinux: auto
6966
sccache: true
7067
- name: Check package

0 commit comments

Comments
 (0)