fix: .gitignore and publish script
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python3 -m build
|
||||
python3 -m twine upload --repository pypi dist/*
|
||||
Reference in New Issue
Block a user