From f96b8c680e1a1f54f5b8a0f054e6f0a3386196fc Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Tue, 6 Aug 2024 19:24:53 +0300 Subject: [PATCH] fixup! Try to fix the Python build in CI --- .github/workflows/publish-python.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index 23c0c306..b0d99bdd 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -99,7 +99,8 @@ jobs: - name: Build wheels - universal2 uses: messense/maturin-action@v1 with: - args: --release --interpreter python --universal2 --out dist -m pytrustfall/Cargo.toml + target: universal2 + args: --release --interpreter python --out dist -m pytrustfall/Cargo.toml - name: Install built wheel - universal2 run: | pip install trustfall --no-index --find-links dist --force-reinstall