Altered the deploy script and added build instructions
This commit is contained in:
parent
58a82c2b5e
commit
9da32dab4b
3 changed files with 42 additions and 2 deletions
12
tools/buildAndClean.sh
Executable file
12
tools/buildAndClean.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Stop on error
|
||||
set -e
|
||||
|
||||
# Remove old build
|
||||
rm -rf ../dist/*
|
||||
rm -rf ../build/*
|
||||
|
||||
# Build
|
||||
cd ..
|
||||
python setup.py sdist bdist_wheel
|
||||
Loading…
Add table
Add a link
Reference in a new issue