Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Jan 25, 2022
1 parent 2a985f3 commit a24a9fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

rm -r build/*
rm -r dist/*

pip install --upgrade pip setuptools wheel twine

python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit a24a9fa

Please sign in to comment.