Skip to content

Commit

Permalink
πŸ› Merge PR #131 from into unstable/v1
Browse files Browse the repository at this point in the history
This patch fixes the default PyPI upload URL in the action metadata β€” a regression that happened in v1.8.0.
  • Loading branch information
webknjaz committed Mar 16, 2023
2 parents 8ef2b3d + d5417dc commit a3a3baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
The inputs have been normalized to use kebab-case.
Use `repository-url` instead.
required: false
default: https://pypi.org/legacy/
default: https://upload.pypi.org/legacy/
packages-dir: # Canonical alias for `packages_dir`
description: The target directory for distribution
required: false
Expand Down

0 comments on commit a3a3baf

Please sign in to comment.