README: add publish to pypi details

This commit is contained in:
JacobPlaster
2019-12-17 15:29:44 +00:00
committed by Jacob Plaster
parent 3bf23b08f3
commit 00e39bda0d

View File

@@ -167,3 +167,10 @@ Order books with precision `R0` are considered 'raw' and contain entries for eac
3. Commit your changes (`git commit -am 'Add some feature'`) 3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`) 4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request 5. Create a new Pull Request
### Publish to Pypi
```
python setup.py sdist
twine upload dist/*
```