mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Improve release script
This commit is contained in:
@ -35,7 +35,7 @@ echo "Preparing and Building PyPi package ..."
|
||||
rm -Rf dist/
|
||||
git clean -xdf
|
||||
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/ .
|
||||
|
||||
echo "Uploading PyPi package (requires PyPi credentials) ..."
|
||||
|
||||
Reference in New Issue
Block a user