From 87d203f87a4b795ab6c0efb3c121f7953c9e929e Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Thu, 9 Nov 2023 09:56:35 +0000 Subject: [PATCH] Restore manylinux-compatible builds --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de0e52e7a..5a2b01049 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -511,6 +511,7 @@ jobs: - name: build initial wheel uses: PyO3/maturin-action@v1 with: + manylinux: auto args: > --release --out pgo-wheel @@ -538,6 +539,7 @@ jobs: - name: build pgo-optimized wheel uses: PyO3/maturin-action@v1 with: + manylinux: auto args: > --release --out dist