Files
snanosm/publish.sh
T

5 lines
100 B
Bash
Raw Normal View History

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