This website requires JavaScript.
Explore
Help
Register
Sign In
studiosi
/
snanosm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9b0ddaad980faa92227ed135d0dda7054eb19bad
snanosm
/
publish.sh
T
5 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: .gitignore and publish script
2026-07-16 19:44:39 +03:00
#!/usr/bin/env bash
fix: version bump to 1.0.1, publish script
2026-07-16 19:49:06 +03:00
rm -rf ./dist
fix: .gitignore and publish script
2026-07-16 19:44:39 +03:00
python3 -m build
python3 -m twine upload --repository pypi dist/*
Reference in New Issue
Copy Permalink