Skip to content

Commit 01a4e6f

Browse files
committed
Document how to publish a new version
1 parent abe3f17 commit 01a4e6f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ pip install black
7878
black *.py
7979
```
8080

81+
Publishing
82+
----------
83+
84+
We currently only publish source distributions.
85+
```sh
86+
pip install twine
87+
python setup.py sdist
88+
twine upload dist/*
89+
```
90+
8191
License
8292
-------
8393
This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)