Skip to content

Commit 0c16e88

Browse files
committed
added notes on package release
1 parent 775ea95 commit 0c16e88

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Creating a Release (just some notes for me)
2+
3+
### Requirements
4+
5+
`python -m pip install build`
6+
`python -m pip install twine`
7+
8+
### Creating a dist package
9+
10+
`python -m build`
11+
12+
### Uploading the dist package
13+
14+
`python -m twine upload dist/*`

0 commit comments

Comments
 (0)