Skip to content

Commit

Permalink
Upgrade pyo3 to 0.23.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Nov 28, 2024
1 parent c608cdf commit 33b08f4
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 109 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
manylinux: auto
args: --release --out dist
sccache: true
- uses: uraimo/run-on-arch-action@v2.3.0
- uses: uraimo/run-on-arch-action@v2.8.1
if: matrix.target != 'ppc64'
name: Install built wheel
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
manylinux: musllinux_1_2
args: --release --out dist
sccache: true
- uses: uraimo/run-on-arch-action@v2.3.0
- uses: uraimo/run-on-arch-action@v2.8.1
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down
Loading

0 comments on commit 33b08f4

Please sign in to comment.