latest pushes

This commit is contained in:
2024-11-24 02:07:01 -05:00
parent 4fc302064f
commit 5423c8bcd9
19 changed files with 566 additions and 4 deletions

4
Package/python/publish.sh Executable file
View File

@@ -0,0 +1,4 @@
cp ../../README.md ./
python setup.py sdist
twine upload dist/*
rm -r ./README.md