Skip to content

Commit

Permalink
Removed gztar to avoid 'HTTPError: 400 Client Error: Only one sdist m…
Browse files Browse the repository at this point in the history
…ay be uploaded per release'
  • Loading branch information
mwetter committed Jun 15, 2018
1 parent 3868ef9 commit 6c6f3d6
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 @@ -41,7 +41,7 @@ doctest:
dist: clean doctest unittest doc
@# Make sure README.rst are consistent
cmp -s README.rst buildingspy/README.rst
python setup.py sdist --formats=gztar,zip
python setup.py sdist --formats=zip
python setup.py bdist_egg
rm -rf build
rm -rf buildingspy.egg-info
Expand Down

0 comments on commit 6c6f3d6

Please sign in to comment.