[U] Update deploy script
This commit is contained in:
@@ -3,6 +3,8 @@ $ErrorActionPreference = "Stop"
|
|||||||
$VERSION = $(python -c 'import hypy_utils; print(hypy_utils.__version__)')
|
$VERSION = $(python -c 'import hypy_utils; print(hypy_utils.__version__)')
|
||||||
Write-Output "$VERSION"
|
Write-Output "$VERSION"
|
||||||
|
|
||||||
|
Remove-Item dist/*
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ set -e
|
|||||||
VERSION=$(python3 -c 'import hypy_utils; print(hypy_utils.__version__)')
|
VERSION=$(python3 -c 'import hypy_utils; print(hypy_utils.__version__)')
|
||||||
echo "$VERSION"
|
echo "$VERSION"
|
||||||
|
|
||||||
|
rm dist/*
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user