We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fccb0 commit d1b444dCopy full SHA for d1b444d
publishing_notes.md
@@ -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