Skip to content

Commit c400699

Browse files
committed
upload uses token
1 parent 764b74d commit c400699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
rm -r dist
44
python -m build .
5-
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u ikamen
5+
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u __token__

0 commit comments

Comments
 (0)