Skip to content

Commit 7d801a3

Browse files
committed
Use production pypi
Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
1 parent 724b540 commit 7d801a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ update_install_twine:
2020
python -m pip install --upgrade twine
2121

2222
upload_package: update_install_twine package
23-
python -m twine upload --repository testpypi dist/*
23+
python -m twine upload dist/*

0 commit comments

Comments
 (0)