🐛 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:
Sviatoslav Sydorenko
2023-03-16 10:10:51 +01:00
committed by GitHub
+1 -1
View File
@@ -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