Skip to content

Commit

Permalink
Added twine check
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed May 28, 2020
1 parent 43c3db1 commit 9b27c6f
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 @@ -46,7 +46,7 @@ dist: clean doctest unittest doc
python setup.py sdist bdist_wheel
rm -rf build
rm -rf buildingspy.egg-info
twine check -h
twine check dist/*
@echo "Source distribution is in directory dist"
@echo "To post to server, run postBuildingsPyToWeb.sh"
@echo "To upload to PyPi, run 'twine upload dist/*'"
Expand Down

0 comments on commit 9b27c6f

Please sign in to comment.