Improve release script

This commit is contained in:
Griatch
2026-07-05 09:07:10 +02:00
parent e5265b738e
commit 0c677ae652

View File

@ -35,7 +35,7 @@ echo "Preparing and Building PyPi package ..."
rm -Rf dist/ rm -Rf dist/
git clean -xdf git clean -xdf
pip install --upgrade pip pip install --upgrade pip
pip install build twine pip install --upgrade build "twine>=6.1.0" "packaging>=24.2"
python -m build --sdist --wheel --outdir dist/ . python -m build --sdist --wheel --outdir dist/ .
echo "Uploading PyPi package (requires PyPi credentials) ..." echo "Uploading PyPi package (requires PyPi credentials) ..."