fsub/build.sh

7 lines
114 B
Bash
Executable File

#!/bin/sh
rm -rv dist
python3 -m build
# Upload to PyPI with:
# python3 -m twine upload --repository pypi dist/*