Skip to content

Commit d5417dc

Browse files
committed
🐛Correct default upload URL
close: #130
1 parent 8ef2b3d commit d5417dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
The inputs have been normalized to use kebab-case.
2121
Use `repository-url` instead.
2222
required: false
23-
default: https://pypi.org/legacy/
23+
default: https://upload.pypi.org/legacy/
2424
packages-dir: # Canonical alias for `packages_dir`
2525
description: The target directory for distribution
2626
required: false

0 commit comments

Comments
 (0)