From 366953876ecab8e069c2ecf2072828b0170cfbd8 Mon Sep 17 00:00:00 2001 From: Stephan Grein Date: Mon, 22 Mar 2021 16:55:07 +0100 Subject: [PATCH] Adding missing dependency. --- scripts/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index cfb0167..261cca0 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,5 +1,7 @@ #!/bin/bash +pip install wheel + python setup.py sdist bdist_wheel zip -r "my-artifact.zip" dist/