From 00331373ef7068137ed6bbc44aeaa4fd966c58d5 Mon Sep 17 00:00:00 2001 From: LSchueler Date: Thu, 4 Jan 2024 18:19:24 +0100 Subject: [PATCH] Fix command line problems with maturin --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0a4f53..1d68176 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -127,7 +127,7 @@ jobs: - name: Build wheels - universal2 uses: messense/maturin-action@v1 with: - args: --release --universal2 --out dist + args: --release --out -- --universal2 dist - name: Install built wheel - universal2 run: | pip install gstools-core --no-index --find-links dist --force-reinstall --no-deps