Skip to content

Instantly share code, notes, and snippets.

@adamjakab
Created March 29, 2020 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjakab/9176c314328ec89ef2f15b60d23ee7ea to your computer and use it in GitHub Desktop.
Save adamjakab/9176c314328ec89ef2f15b60d23ee7ea to your computer and use it in GitHub Desktop.
```shell script
$ bumpversion --current-version 1.0.0 minor setup.py
$ rm -rf {build,dist}/* && python setup.py sdist bdist_wheel
$ twine check dist/*
$ twine upload dist/*
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment