[+] Timer

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-04-09 00:16:45 -04:00
parent 26b2334490
commit 6466cb8311
2 changed files with 23 additions and 2 deletions
Regular → Executable
+2 -1
View File
@@ -5,7 +5,8 @@ set -e
VERSION=$(python3 -c 'import hypy_utils; print(hypy_utils.__version__)')
echo "$VERSION"
rm dist/*
mkdir -p dist
rm -rf dist/*
# Build
python3 setup.py sdist bdist_wheel