Skip to content

Commit

Permalink
Update release processes notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpayton committed May 14, 2018
1 parent 0215ace commit edfd368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-process.txt
Expand Up @@ -7,5 +7,5 @@
2. git tag -a vX.Y.Z -m 'Version X.Y.Z'

3. Upload to PyPI:
* python setup.py sdist upload
* python setup.py bdist_wheel upload
* python setup.py sdist bdist_wheel
* twine upload dist/*

0 comments on commit edfd368

Please sign in to comment.