Skip to content

Commit 45be816

Browse files
add compression to the pip-sdist step
1 parent bdb86d1 commit 45be816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docs:
4444

4545
.PHONY: pip-sdist
4646
pip-sdist:
47-
python3 setup.py sdist --dist-dir=pip_dist
47+
python3 setup.py sdist --dist-dir=pip_dist --formats=xztar
4848

4949
.PHONY: pip-bdist
5050
pip-bdist:

0 commit comments

Comments
 (0)