From e739c209311900586138aa2723509fc806b7860f Mon Sep 17 00:00:00 2001 From: Matt Steen Date: Thu, 5 Jan 2023 08:53:48 -0700 Subject: [PATCH] fix pypi inputs --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 55a1db7a0..581508397 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -51,5 +51,4 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - python_version: ${{ matrix.python-version }} - pypi_token: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }}