uploaded first version! :D

This commit is contained in:
2026-06-20 12:15:52 +10:00
parent 4734744f59
commit 1e7a65a5e3
5 changed files with 15 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ fi
pip install --upgrade pip
pip install -r requirements.txt
python setup.py || { echo "setup.py failed!"; exit 1; }
python setup.py sdist bdist_wheel || { echo "setup.py failed!"; exit 1; }
twine check dist/* || { echo "twine check failed!"; exit 1; }
twine check dist/* || { echo "twine check failed!"; exit 1; }
twine upload dist/* || { echo "twine upload failed!"; exit 1; }