4 Commits

2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -1,8 +1,13 @@
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/*
all:
$(dist)
$(test)
$(publish)
+1 -1
View File
@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name="XtendR",
version="0.0.7",
version="0.0.9",
packages=find_packages(),
install_requires=[],
author="Jan Lerking",