We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91a79e + d8e1f56 commit 58d8512Copy full SHA for 58d8512
Makefile
@@ -92,7 +92,7 @@ test-backend-es-qs:
92
tests/test-backend-es-qs.py
93
94
build: tools/sigmac tools/merge_sigma tools/sigma/*.py tools/setup.py tools/setup.cfg
95
- cd tools && python3 setup.py bdist_wheel
+ cd tools && python3 setup.py bdist_wheel sdist
96
97
upload-test: build
98
twine upload --repository-url https://test.pypi.org/legacy/ tools/dist/*
0 commit comments