Skip to content

Commit

Permalink
Merge pull request #111 from nansencenter/hotfix_packaging
Browse files Browse the repository at this point in the history
Fix broken execute permissions in wheel
  • Loading branch information
aperrin66 authored Jun 17, 2024
2 parents 7d4c6f4 + a308d28 commit afb2448
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 afb2448

Please sign in to comment.