Skip to content

Commit

Permalink
Adding build and deploy scripts (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec authored Nov 14, 2019
1 parent 3a79524 commit d161733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
make
python setup.py sdist
2 changes: 2 additions & 0 deletions deploy/upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
twine upload dist/*

0 comments on commit d161733

Please sign in to comment.