From a308d28f749f8a177b3b965ee895556b27027558 Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Mon, 17 Jun 2024 13:46:45 +0200 Subject: [PATCH] add -s -w options to build command this avoids problems with data files permissions in the generated wheel for some reason --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a723e34a..d85ba055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: docker run --rm -v "$(pwd):/src" "${{ vars.DOCKER_ORG }}/geospaas:latest" - bash -c "pip install build && python -m build" + bash -c "pip install build && python -m build -s -w" - name: 'Deploy package to the Github release' env: