Include automated tests in the source dist tarball uploaded to PyPI (#1149).

This commit is contained in:
Dan Helfman
2025-09-22 14:26:00 -07:00
parent 65c17c91b3
commit cab6c3ee9b
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ git push github $version
# Build borgmatic and publish to pypi.
rm -fr dist
python3 -m build
uv build
twine upload -r pypi --username __token__ dist/borgmatic-*.tar.gz
twine upload -r pypi --username __token__ dist/borgmatic-*-py3-none-any.whl