| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a84756 commit 9c8e739
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,12 @@ | |||
| 1 | + python3 setup.py sdist bdist_wheel | ||
| 2 | + | ||
| 3 | + python3 -m twine check dist/* | ||
| 4 | + | ||
| 5 | + # Then remove any previous file versions from dist/ | ||
| 6 | + | ||
| 7 | + python3 -m twine upload dist/* | ||
| 8 | + | ||
| 9 | + username is __token__ | ||
| 10 | + password is the token | ||
| 11 | + | ||
| 12 | + (Token is stored in 1Password) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments