Skip to content

Commit

Permalink
add -s -w options to build command
Browse files Browse the repository at this point in the history
this avoids problems with data files
permissions in the generated wheel
for some reason
  • Loading branch information
aperrin66 committed Jun 17, 2024
1 parent 7d4c6f4 commit a308d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a308d28

Please sign in to comment.