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.

Revisions

  1. aprxi revised this gist Sep 27, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Makefile-twine-upload
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    .PHONY: upload
    upload:
    $(RUN_DOCK) "twine upload $(MODULE_NAME)/dist/*"
    $(RUN_DOCK) "twine upload ~/$(MODULE_NAME)/dist/$(MODULE_NAME)-$(MODULE_VERSION)*"
  2. aprxi created this gist Sep 26, 2019.
    3 changes: 3 additions & 0 deletions Makefile-twine-upload
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    .PHONY: upload
    upload:
    $(RUN_DOCK) "twine upload $(MODULE_NAME)/dist/*"