Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request SigmaHQ#553 from berggren/patch-1
Browse files Browse the repository at this point in the history
Add source distribution for PyPi when building
  • Loading branch information
thomaspatzke authored Dec 6, 2019
2 parents e91a79e + d8e1f56 commit 58d8512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test-backend-es-qs:
tests/test-backend-es-qs.py

build: tools/sigmac tools/merge_sigma tools/sigma/*.py tools/setup.py tools/setup.cfg
cd tools && python3 setup.py bdist_wheel
cd tools && python3 setup.py bdist_wheel sdist

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

0 comments on commit 58d8512

Please sign in to comment.