Skip to content

Commit

Permalink
NOBUG: fix inernal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkruse committed Apr 5, 2020
1 parent d0465e6 commit 93abe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ To release a new version:
git add cpplint.py changelog.rst
# test-release (on env by mkvirtualenv -p /usr/bin/python3)
pip install --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
# ... Check website and downloads from https://test.pypi.org/project/cpplint/
# Actual release
python3 setup.py sdist bdist_wheel
twine upload dist/*
git tag x.y.z
git push
Expand Down

0 comments on commit 93abe01

Please sign in to comment.