Skip to content

Commit 495389f

Browse files
committed
Fix inputs as suggested in warning messages
1 parent 04388e6 commit 495389f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
4242
password: ${{ secrets.pypi_token }}
43-
skip_existing: true
43+
skip-existing: true

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ jobs:
375375
continue-on-error: true
376376
with:
377377
password: ${{ secrets.testpypi_token }}
378-
repository_url: https://test.pypi.org/legacy/
379-
skip_existing: true
378+
repository-url: https://test.pypi.org/legacy/
379+
skip-existing: true
380380

381381
complexity:
382382
name: Process test complexity

0 commit comments

Comments
 (0)