Skip to content

Commit 1d75e81

Browse files
authored
Fix default twine registry (#407)
1 parent 710113f commit 1d75e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def extract_release(
685685
"--twine-repository-url",
686686
help="The pypi registry to target for publishing",
687687
envvar="TWINE_REPOSITORY_URL",
688-
default="https://pypi.org/simple/",
688+
default="https://pypi.org/legacy/",
689689
)
690690
@add_options(dry_run_options)
691691
@add_options(python_packages_options)

0 commit comments

Comments
 (0)