From af6de1e1ae4da5f8cc768b2d7b52dc8c55303774 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 27 Jun 2023 17:49:03 +0100 Subject: [gh_worklow] Build and push snap on release Adding workdlow to publish the released sos to the latest/candidate channel when the a new release is created via the tag. This ensures less mannual intervention for future releases. Update the snap creation for anyone building manually, and need python3-venv as a build dependancy. Signed-off-by: Arif Ali --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 94f427c2..dc3b43e2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -26,6 +26,7 @@ parts: - python3 - snapcraft - gettext + - python3-venv stage-packages: - python3.10-minimal - libpython3.10-minimal -- cgit