Skip to content

Commit 58d8512

Browse files
authored
Merge pull request #553 from berggren/patch-1
Add source distribution for PyPi when building
2 parents e91a79e + d8e1f56 commit 58d8512

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)