From 72f665bbf4b009e9faf0a53c8b2247d5b7221474 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 6 Sep 2024 20:52:13 +0000 Subject: [PATCH] fixup! fixup! fixup! chore: trying to reproduce the manylinux build issue for python release --- .github/workflows/python_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_build.yml b/.github/workflows/python_build.yml index 5c0468bb2c..b9171cfed5 100644 --- a/.github/workflows/python_build.yml +++ b/.github/workflows/python_build.yml @@ -35,7 +35,7 @@ jobs: with: target: aarch64-unknown-linux-gnu command: build - args: --skip-existing -m python/Cargo.toml --no-sdist ${{ env.FEATURES_FLAG }} + args: -m python/Cargo.toml ${{ env.FEATURES_FLAG }} before-script-linux: | # We can remove this once we upgrade to 2_28. # https://github.com/briansmith/ring/issues/1728