Files
snanosm/publish.sh
T

4 lines
86 B
Bash
Executable File

#!/usr/bin/env bash
python3 -m build
python3 -m twine upload --repository pypi dist/*