From 8b15f19a05431b7c2737f4cc20e453beeaef4807 Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Sat, 17 Jun 2023 10:32:03 +0200 Subject: [PATCH] [skipci] Fix the syntax of a call to 'twine' --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 8570ffd4..56eaaf01 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -22,7 +22,7 @@ - Upload the `.tar.gz` and `.whl` files to the PyPI Test server: ``` - twine upload --repository-url https://test.pypi.org/legacy/ dist/litebird_sim_* + twine upload --repository testpypi dist/litebird_sim_* ``` - Check that everything looks right by opening the URL shown by Twine