0.0.8 update. /JL

This commit is contained in:
2025-03-01 13:18:10 +01:00
parent 96bb0f0f3d
commit b709e4d942
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
dist:
python -m build
python -m build
test:
twine upload --repository testpypi /dist
twine upload --repository testpypi dist/*
publish:
twine upload --repository pypi /dist
twine upload --repository pypi dist/*