Skip to content

Commit

Permalink
fix default registry again (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 26, 2022
1 parent 1d75e81 commit 33996f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_releaser/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def extract_release(
"--twine-repository-url",
help="The pypi registry to target for publishing",
envvar="TWINE_REPOSITORY_URL",
default="https://pypi.org/legacy/",
default="https://upload.pypi.org/legacy/",
)
@add_options(dry_run_options)
@add_options(python_packages_options)
Expand Down

0 comments on commit 33996f2

Please sign in to comment.