[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__)')
|
||||
Write-Output "$VERSION"
|
||||
|
||||
Remove-Item dist/*
|
||||
|
||||
# Build
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user