Skip to content

Commit

Permalink
Adding missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmg committed Mar 22, 2021
1 parent e6951a4 commit 3669538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

pip install wheel

python setup.py sdist bdist_wheel

zip -r "my-artifact.zip" dist/

0 comments on commit 3669538

Please sign in to comment.