Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix (snap): get source from build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 19, 2022
1 parent b718920 commit 4229b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ parts:

override-stage: |
snapcraftctl stage
python3 -m pip install --user build
python3 -m pip install --user build $SNAPCRAFT_PART_BUILD
python3 -m build --wheel --no-isolation
PYTHONUSERBASE=$SNAPCRAFT_STAGE python3 -m pip install --user -I dist/*.whl
Expand Down

0 comments on commit 4229b94

Please sign in to comment.