Skip to content

Commit

Permalink
Merge pull request #112 from smkent/pypi
Browse files Browse the repository at this point in the history
Update `gh-action-pypi-publish` argument names to resolve warnings
  • Loading branch information
smkent authored Jan 14, 2025
2 parents 1e22b05 + 25c7106 commit b1f4625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
if: ${{ env.ENABLE_TEST_PYPI_PUBLISH == 'true' }}
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: ☢️ Publish to PyPI
if: ${{ env.ENABLE_PYPI_PUBLISH == 'true' }}
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
if: ${{ "{{" }} env.ENABLE_TEST_PYPI_PUBLISH == 'true' }}
with:
password: ${{ "{{" }} secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: ☢️ Publish to PyPI
if: ${{ "{{" }} env.ENABLE_PYPI_PUBLISH == 'true' }}
Expand Down

0 comments on commit b1f4625

Please sign in to comment.