Skip to content

Commit

Permalink
ci: fix python release (#1624)
Browse files Browse the repository at this point in the history
# Description
Fixes failure in:
https://github.com/delta-io/delta-rs/actions/runs/6141418893/job/16661692055

This is the same fix we applied for normal ci in
https://github.com/delta-io/delta-rs/pull/1615/files

# Documentation

<!---
Share links to useful documentation
--->
  • Loading branch information
wjones127 authored Sep 11, 2023
1 parent 41efefd commit 9d1857d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
target: x86_64-unknown-linux-gnu
command: publish
args: --skip-existing -m python/Cargo.toml ${{ env.FEATURES_FLAG }}
# for openssl build
before-script-linux: yum install -y perl-IPC-Cmd

- name: Publish manylinux to pypi aarch64 (without sdist)
uses: messense/maturin-action@v1
Expand All @@ -112,6 +114,8 @@ jobs:
target: aarch64-unknown-linux-gnu
command: publish
args: --skip-existing -m python/Cargo.toml --no-sdist ${{ env.FEATURES_FLAG }}
# for openssl build
before-script-linux: yum install -y perl-IPC-Cmd

release-docs:
needs:
Expand Down

0 comments on commit 9d1857d

Please sign in to comment.