Prepare for PyPI pushising, bumb version.
Some checks failed
Testing / pytest (push) Successful in 25s
Testing / mypy (push) Failing after 30s
Testing / stability-extra-test (push) Successful in 22s

This commit is contained in:
Sergio Martínez Portela 2024-02-21 23:00:59 +01:00
parent 423d6f9842
commit a56ac018a8
3 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,8 @@ set -eu
cd "`dirname $0`"
cd ..
pandoc README.org -o README.md # PyPI doesn't accept Org files
python setup.py sdist
twine upload --verbose dist/*