Skip to content

Commit 8762853

Browse files
committed
removing zip as sdist as only one can now be uploaded per release
1 parent 35915d6 commit 8762853

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
@@ -11,7 +11,7 @@ test:
1111
nosetests -v
1212

1313
dist:
14-
python setup.py sdist --formats zip,gztar bdist_wheel
14+
python setup.py sdist --formats gztar bdist_wheel
1515

1616
release:
1717
twine upload dist/*

0 commit comments

Comments
 (0)