Skip to content

Commit

Permalink
Minor Makefile tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 17, 2019
1 parent 23644d1 commit 7175f09
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 @@ -43,4 +43,4 @@ wheel: $(GENERATED_FILES)
$(PYTHON) setup.py bdist_wheel

pypi-upload: sdist wheel
$(TWINE) upload --skip-existing dist/*.gz dist/*.whl
$(TWINE) upload --skip-existing dist/*.tar.gz dist/*.whl

0 comments on commit 7175f09

Please sign in to comment.