[+] MD5
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$VERSION = $(python -c 'import hypy_utils; print(hypy_utils.__version__)')
|
||||
Write-Output "$VERSION"
|
||||
|
||||
# Build
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
# Check
|
||||
python -m twine check dist/*
|
||||
|
||||
# Upload
|
||||
python -m twine upload dist/*
|
||||
Reference in New Issue
Block a user