Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyo3 and arrow versions #667

Merged
merged 7 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
CI: Fix pip release
  • Loading branch information
haixuanTao committed Sep 27, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danielleadams Danielle Adams
commit 80c1fa240d444ca399dc1798837aa212d6261723
10 changes: 7 additions & 3 deletions .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
@@ -44,12 +44,16 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- uses: Swatinem/rust-cache@v2
with:
cache-provider: buildjet
# only save caches for `main` branch
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --zig
sccache: "true"
args: --release --out dist
manylinux: auto
working-directory: apis/python/node
- name: Upload wheels
@@ -107,7 +111,7 @@ jobs:
file_glob: true

musleabi:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
platform:
Loading