Skip to content
Snippets Groups Projects
Unverified Commit 5e0d1382 authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Improve the release docs with cleaning of pyc files and using twine instead of setup.py upload

parent 35c56c57
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -57,9 +57,10 @@ Pre-release
https://github.com/PyCQA/pylint
 
 
Release by running:
Release by running the following:
$ git clean -fd && find . -name '*.pyc' -delete
$ python setup.py sdist --formats=gztar bdist_wheel
$ twine upload dist/*
$ python setup.py register sdist --formats=gztar bdist_wheel upload
to release a new version to PyPI.
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