Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save redrush85/8563e568411b1d9df09e8f5889ef8c9b to your computer and use it in GitHub Desktop.
Save redrush85/8563e568411b1d9df09e8f5889ef8c9b to your computer and use it in GitHub Desktop.
.PHONY: build
build:
python setup.py sdist bdist_wheel
twine upload dist/*
@redrush85
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment