From 3a6d329703ffeaedbcdffabe303380bc8622a460 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Wed, 11 Oct 2023 13:37:09 -0500 Subject: [PATCH] Use kebab case, not snake case, for PyPI input keys --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcfca2a9..6d9eee08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,8 +238,8 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TEST_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - skip_existing: true + repository-url: https://test.pypi.org/legacy/ + skip-existing: true - name: Publish Package if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')