Skip to content

Commit d8e1f56

Browse files
authored
Add source distribution for PyPi when building
Add sdist when building. This makes it easier to build packages from PyPi for example Debian PPA pkgs etc. This will not affect anything else, just make the source distribution available in PyPi as a tar.gz archive. If this gets merged, please bump the version and push to PyPi as well.
1 parent e91a79e commit d8e1f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test-backend-es-qs:
9292
tests/test-backend-es-qs.py
9393

9494
build: tools/sigmac tools/merge_sigma tools/sigma/*.py tools/setup.py tools/setup.cfg
95-
cd tools && python3 setup.py bdist_wheel
95+
cd tools && python3 setup.py bdist_wheel sdist
9696

9797
upload-test: build
9898
twine upload --repository-url https://test.pypi.org/legacy/ tools/dist/*

0 commit comments

Comments
 (0)