Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
version: "0.10.x"

- name: Install Python versions
run: uv python install 3.10 3.11 3.13t 3.14t pypy3.11
run: uv python install 3.10 3.11 3.14t pypy3.11

- name: Build abi3-py311 wheels
uses: PyO3/maturin-action@v1
Expand All @@ -66,7 +66,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i 3.10 -i 3.13t -i 3.14t -i pypy3.11 --manifest-path obstore/Cargo.toml
args: --release --out dist -i 3.10 -i 3.14t -i pypy3.11 --manifest-path obstore/Cargo.toml
sccache: "true"
manylinux: ${{ matrix.platform.manylinux }}

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
version: "0.10.x"

- name: Install Python versions
run: uv python install 3.10 3.11 3.13t 3.14t pypy3.11
run: uv python install 3.10 3.11 3.14t pypy3.11

- name: Build abi3-py311 wheels
uses: PyO3/maturin-action@v1
Expand All @@ -113,7 +113,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i 3.10 -i 3.13t -i 3.14t -i pypy3.11 --manifest-path obstore/Cargo.toml
args: --release --out dist -i 3.10 -i 3.14t -i pypy3.11 --manifest-path obstore/Cargo.toml
sccache: "true"
manylinux: musllinux_1_2

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --features generate-import-lib -i 3.10 -i 3.13t -i 3.14t --manifest-path obstore/Cargo.toml
args: --release --out dist --features generate-import-lib -i 3.10 -i 3.14t --manifest-path obstore/Cargo.toml
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v7
Expand All @@ -179,7 +179,7 @@ jobs:
version: "0.10.x"

- name: Install Python versions
run: uv python install 3.10 3.11 3.13t 3.14t pypy3.11
run: uv python install 3.10 3.11 3.14t pypy3.11

- name: Build abi3-py311 wheels
uses: PyO3/maturin-action@v1
Expand All @@ -192,7 +192,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i 3.10 -i 3.13t -i 3.14t -i pypy3.11 --manifest-path obstore/Cargo.toml
args: --release --out dist -i 3.10 -i 3.14t -i pypy3.11 --manifest-path obstore/Cargo.toml
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v7
Expand Down
Loading