Skip to content

Commit f3adf54

Browse files
committed
Add RELEASE.md
1 parent d96e3f1 commit f3adf54

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)