2 Commits

Author SHA1 Message Date
Lerking 1195d399b6 Merge pull request '0.0.8 update. /JL' (#21) from 0.0.8 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/21
2025-03-01 12:19:32 +00:00
Lerking b709e4d942 0.0.8 update. /JL 2025-03-01 13:18:10 +01:00
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/*
+1 -1
View File
@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name="XtendR",
version="0.0.7",
version="0.0.8",
packages=find_packages(),
install_requires=[],
author="Jan Lerking",