From 6fe50fcc8a3b8f6db1a572ae42b6d4eac8e54d36 Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Sun, 11 Jun 2023 19:43:24 +0200 Subject: [PATCH] Migrate GHA pypi publish action inputs to kebab-case As of v1.7.0, pypa/gh-action-pypi-publish uses kebab-case for input namings. While snake_case names are still supported, they're now generating warnings and will eventually be removed. --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 23a4e733..0d7e7956 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -682,7 +682,7 @@ jobs: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI uses: pypa/gh-action-pypi-publish@v1.8.6 with: - print_hash: true + print-hash: true publish-testpypi: name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI @@ -714,8 +714,8 @@ jobs: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI uses: pypa/gh-action-pypi-publish@v1.8.6 with: - repository_url: https://test.pypi.org/legacy/ - print_hash: true + repository-url: https://test.pypi.org/legacy/ + print-hash: true post-release-repo-update: name: >-