Skip to content

Commit d1b444d

Browse files
committed
add publishing steps
1 parent a3fccb0 commit d1b444d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

publishing_notes.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. Update version and URL in setup.py
2+
2. `python -m pip install --upgrade setuptools wheel`
3+
3. `python setup.py sdist bdist_wheel`
4+
4. `python -m pip install --upgrade twine`
5+
5. `twine upload dist/*`

0 commit comments

Comments
 (0)