[U] Update deploy script

This commit is contained in:
Hykilpikonna
2021-12-27 12:19:23 -05:00
parent 5e021df11a
commit 26b2334490
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ $ErrorActionPreference = "Stop"
$VERSION = $(python -c 'import hypy_utils; print(hypy_utils.__version__)')
Write-Output "$VERSION"
Remove-Item dist/*
# Build
python setup.py sdist bdist_wheel
+2
View File
@@ -5,6 +5,8 @@ set -e
VERSION=$(python3 -c 'import hypy_utils; print(hypy_utils.__version__)')
echo "$VERSION"
rm dist/*
# Build
python3 setup.py sdist bdist_wheel