From c4d2bf2026c29709d4dc17c195db5bcb2127388f Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sat, 20 Dec 2025 12:39:51 +0100 Subject: [PATCH] deprecation of `_` options in gh-action-pypi-publish --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 98cfe43..80437b2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -61,5 +61,5 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e with: - verify_metadata: true + verify-metadata: true verbose: true