Files
snanosm/publish.sh
T

4 lines
86 B
Bash
Raw Normal View History

2026-07-16 19:44:39 +03:00
#!/usr/bin/env bash
python3 -m build
python3 -m twine upload --repository pypi dist/*