Skip to content

Commit 6c6f3d6

Browse files
committed
Removed gztar to avoid 'HTTPError: 400 Client Error: Only one sdist may be uploaded per release'
1 parent 3868ef9 commit 6c6f3d6

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
@@ -41,7 +41,7 @@ doctest:
4141
dist: clean doctest unittest doc
4242
@# Make sure README.rst are consistent
4343
cmp -s README.rst buildingspy/README.rst
44-
python setup.py sdist --formats=gztar,zip
44+
python setup.py sdist --formats=zip
4545
python setup.py bdist_egg
4646
rm -rf build
4747
rm -rf buildingspy.egg-info

0 commit comments

Comments
 (0)