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/