Skip to content

Instantly share code, notes, and snippets.

@kyamagu
Created August 29, 2017 02:34
Show Gist options
  • Save kyamagu/3c19b0f6ca54531aca8e1ce6bb5e6e5b to your computer and use it in GitHub Desktop.
Save kyamagu/3c19b0f6ca54531aca8e1ce6bb5e6e5b to your computer and use it in GitHub Desktop.
Tasks to maintain a python package
# Tasks to maintain python package.
#
# See https://packaging.python.org/tutorials/distributing-packages/
test:
tox
upload:
python setup.py bdist_wheel --universal
twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment