Skip to content

Commit 7d801a3

Browse files
committed
Use production pypi
Signed-off-by: Amelia Aronsohn <[email protected]>
1 parent 724b540 commit 7d801a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
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)