Last active
September 27, 2019 20:28
-
-
Save aprxi/dce8b47e814fcea60dfff4fb1a10b058 to your computer and use it in GitHub Desktop.
Makefile-twine-upload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: upload | |
upload: | |
$(RUN_DOCK) "twine upload ~/$(MODULE_NAME)/dist/$(MODULE_NAME)-$(MODULE_VERSION)*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment