Skip to content

Commit 9c8e739

Browse files
author
Dan Cornell
committed
Documented upload process for new versions
1 parent 9a84756 commit 9c8e739

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

upload_process.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)