fsub/build.sh

7 lines
114 B
Bash
Raw Normal View History

2021-11-14 16:06:21 -05:00
#!/bin/sh
rm -rv dist
python3 -m build
# Upload to PyPI with:
# python3 -m twine upload --repository pypi dist/*