fix: .gitignore and publish script
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
.idea
|
||||
.venv
|
||||
**/__pycache__
|
||||
**/__pycache__
|
||||
dist
|
||||
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