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
|
|
@ -4,10 +4,11 @@
|
|||
set -e
|
||||
|
||||
# Remove old build
|
||||
rm -rf dist/*
|
||||
rm -rf build/*
|
||||
rm -rf ../dist/*
|
||||
rm -rf ../build/*
|
||||
|
||||
# Build
|
||||
cd ..
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
# Check built files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue