Skip to content

Commit 8b15f19

Browse files
committed
[skipci] Fix the syntax of a call to 'twine'
1 parent c561c63 commit 8b15f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Upload the `.tar.gz` and `.whl` files to the PyPI Test server:
2323
2424
```
25-
twine upload --repository-url https://test.pypi.org/legacy/ dist/litebird_sim_*
25+
twine upload --repository testpypi dist/litebird_sim_*
2626
```
2727
2828
- Check that everything looks right by opening the URL shown by Twine

0 commit comments

Comments
 (0)