From 9d1857da7e94c237aa50953813e0216d937159f7 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Sun, 10 Sep 2023 20:47:23 -0700 Subject: [PATCH] ci: fix python release (#1624) # 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 --- .github/workflows/python_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 68f2465956..85af4ea95a 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -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 @@ -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: