Skip to content
Snippets Groups Projects
Commit 99463fb6e8c4 authored by Florent Aide's avatar Florent Aide
Browse files

addding a release helper

parent 7eea9bd95107
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
rm -rf dist/
python setup.py egg_info -RDb "" sdist --formats=gztar bdist_egg bdist_wheel
twine upload -s dist/*
......@@ -10,4 +10,3 @@
[aliases]
test = nosetests --detailed-errors --with-doctest --cover-package=py3o.template
release = egg_info -RDb "" sdist --formats=gztar bdist_egg bdist_wheel
upload = twine upload dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment