Skip to content

Instantly share code, notes, and snippets.

@dims
Last active August 13, 2018 19:46
Show Gist options
  • Save dims/7d6d6717346d96755d08734df0bcf2a5 to your computer and use it in GitHub Desktop.
Save dims/7d6d6717346d96755d08734df0bcf2a5 to your computer and use it in GitHub Desktop.
python --version
pip install twine
python setup.py sdist
git clean -xdf
PBR_VERSION=0.2.4 python setup.py sdist
PBR_VERSION=0.2.4 python setup.py bdist_wheel --universal
ls dist
pip3 install twine
# python `which pip` install --force-reinstall twine
twine upload dist/*
git tag -a v0.2.4 -m "Version 0.2.4"
git push origin v0.2.4
git log --pretty=oneline --abbrev-commit v0.2.3..v0.2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment