We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96e3f1 commit f3adf54Copy full SHA for f3adf54
1 file changed
RELEASE.md
@@ -0,0 +1,11 @@
1
+```
2
+~/.pypirc
3
+
4
+[pypi]
5
+ username = __token__
6
+ password = pypi-TOKEN_GOES_HERE
7
8
9
+`rm -r dist/`\
10
+`python3 -m build`\
11
+`python3 -m twine upload dist/*`
0 commit comments