From 5444f4d1f8b621e01f7d7d9d8fd60981a611e273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Wed, 17 Jan 2024 12:54:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Try=20to=20fix=20CI=20buil?= =?UTF-8?q?ds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b93dde5..789323e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Build wheel run: | - python -m build -w -C="--global-option=--plat-name" -C="--global-option=$(python -c 'import sysconfig; print(sysconfig.get_platform())')" + python -m build -w -C="--build-option=--plat-name" -C="--build-option=$(python -c 'import sysconfig; print(sysconfig.get_platform())')" - name: Patch wheel if: runner.os == 'Linux'