Skip to content

Commit

Permalink
Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda committed Apr 17, 2020
1 parent 9979f4b commit 080921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HowToRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Using twine : https://twine.readthedocs.io/en/latest/

1. Update the `__version__` in `awkg/__init__.py`
1. Update the `__version__` in `nlcodec/__init__.py`
2. Build :: `$ python setup.py sdist bdist_wheel`
3. Upload to **testpypi** :: `$ twine upload -r testpypi dist/*`
4. Upload to **pypi** :: `$ twine upload -r pypi dist/*`
Expand Down

0 comments on commit 080921d

Please sign in to comment.