Skip to content

Commit

Permalink
Merge branch 'main' into repodata-patching
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Mar 5, 2025
2 parents d896ab4 + 8a92bb7 commit 069fdf3
Show file tree
Hide file tree
Showing 42 changed files with 1,163 additions and 283 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
manylinux: '2_28'
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --out dist --no-default-features --features rustls-tls
- uses: uraimo/run-on-arch-action@v2
- uses: uraimo/run-on-arch-action@v3
if: matrix.platform.arch != 'ppc64'
name: Test wheel
with:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
manylinux: auto
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --out dist --no-default-features --features native-tls,vendored-openssl
- uses: uraimo/run-on-arch-action@v2
- uses: uraimo/run-on-arch-action@v3
if: matrix.platform.arch != 'ppc64'
name: Test wheel
with:
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
manylinux: musllinux_1_2
args: --release --out dist --no-default-features --features rustls-tls
docker-options: ${{ matrix.platform.maturin_docker_options }}
- uses: uraimo/run-on-arch-action@v2
- uses: uraimo/run-on-arch-action@v3
name: Test wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down
Loading

0 comments on commit 069fdf3

Please sign in to comment.