Altered the deploy script and added build instructions

This commit is contained in:
C0UNTM31N 2022-09-10 00:05:08 -05:00
parent 58a82c2b5e
commit 9da32dab4b
3 changed files with 42 additions and 2 deletions

View file

@ -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