We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d75e81 commit 33996f2Copy full SHA for 33996f2
jupyter_releaser/cli.py
@@ -685,7 +685,7 @@ def extract_release(
685
"--twine-repository-url",
686
help="The pypi registry to target for publishing",
687
envvar="TWINE_REPOSITORY_URL",
688
- default="https://pypi.org/legacy/",
+ default="https://upload.pypi.org/legacy/",
689
)
690
@add_options(dry_run_options)
691
@add_options(python_packages_options)
0 commit comments