Skip to content

Instantly share code, notes, and snippets.

@aprxi
Last active September 27, 2019 20:28
Show Gist options
  • Save aprxi/dce8b47e814fcea60dfff4fb1a10b058 to your computer and use it in GitHub Desktop.
Save aprxi/dce8b47e814fcea60dfff4fb1a10b058 to your computer and use it in GitHub Desktop.
Makefile-twine-upload
.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