mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 10:23:35 -05:00
🐛 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.
This commit is contained in:
commit
a3a3bafbb3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ inputs:
|
||||||
The inputs have been normalized to use kebab-case.
|
The inputs have been normalized to use kebab-case.
|
||||||
Use `repository-url` instead.
|
Use `repository-url` instead.
|
||||||
required: false
|
required: false
|
||||||
default: https://pypi.org/legacy/
|
default: https://upload.pypi.org/legacy/
|
||||||
packages-dir: # Canonical alias for `packages_dir`
|
packages-dir: # Canonical alias for `packages_dir`
|
||||||
description: The target directory for distribution
|
description: The target directory for distribution
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue