Skip to content

Commit 25c7106

Browse files
committed
Update gh-action-pypi-publish argument names to resolve warnings
1 parent 1e22b05 commit 25c7106

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • {{cookiecutter.project_name}}/.github/workflows

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
if: ${{ env.ENABLE_TEST_PYPI_PUBLISH == 'true' }}
5454
with:
5555
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
56-
repository_url: https://test.pypi.org/legacy/
57-
skip_existing: true
56+
repository-url: https://test.pypi.org/legacy/
57+
skip-existing: true
5858

5959
- name: ☢️ Publish to PyPI
6060
if: ${{ env.ENABLE_PYPI_PUBLISH == 'true' }}

{{cookiecutter.project_name}}/.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
if: ${{ "{{" }} env.ENABLE_TEST_PYPI_PUBLISH == 'true' }}
5151
with:
5252
password: ${{ "{{" }} secrets.TEST_PYPI_API_TOKEN }}
53-
repository_url: https://test.pypi.org/legacy/
54-
skip_existing: true
53+
repository-url: https://test.pypi.org/legacy/
54+
skip-existing: true
5555

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

0 commit comments

Comments
 (0)