Skip to content

Commit a3a3baf

Browse files
authored
🐛 Merge PR #131 from into unstable/v1
This patch fixes the default PyPI upload URL in the action metadata — a regression that happened in v1.8.0.
2 parents 8ef2b3d + d5417dc commit a3a3baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
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)