🐛 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
commit a3a3bafbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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