Evennia 1.0.1 bug fix release

This commit is contained in:
Griatch 2022-12-07 19:36:27 +01:00
parent cd07c78240
commit 8122c4f942
5 changed files with 51 additions and 20 deletions

View file

@ -44,10 +44,8 @@ testp:
evennia migrate;\
evennia test --keepdb --parallel 4 $(TESTS);\
version:
echo $(VERSION)
release:
rm -Rf dist/
git clean -xdf
pip install --upgrade pip
pip install build twine
python -m build --sdist --wheel --outdir dist/ .
python -m twine upload dist/*
./.release.sh