Created
March 29, 2020 17:08
-
-
Save adamjakab/9176c314328ec89ef2f15b60d23ee7ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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