From 1934e7a635f3aaef114e0d60021aca86e52aea84 Mon Sep 17 00:00:00 2001 From: Konstantin Chernyshev Date: Tue, 14 May 2024 22:31:55 +0200 Subject: [PATCH] ci: try to use `--config-setting break-system-packages=true` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4474ef7..583d193 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: - name: Build wheel run: | python3 -m pip install --upgrade build - python3 -m build --wheel --sdist --outdir ./dist --config-setting break-system-packages=true + python3 -m build --wheel --sdist --outdir ./dist --config-setting break-system-packages=true --config-setting user=true - name: Show dist files run: ls -lah ./dist shell: bash