We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04388e6 + 495389f commit 1e4826cCopy full SHA for 1e4826c
.github/workflows/merge.yml
@@ -40,4 +40,4 @@ jobs:
40
uses: pypa/gh-action-pypi-publish@release/v1
41
with:
42
password: ${{ secrets.pypi_token }}
43
- skip_existing: true
+ skip-existing: true
.github/workflows/verify.yml
@@ -375,8 +375,8 @@ jobs:
375
continue-on-error: true
376
377
password: ${{ secrets.testpypi_token }}
378
- repository_url: https://test.pypi.org/legacy/
379
+ repository-url: https://test.pypi.org/legacy/
380
381
complexity:
382
name: Process test complexity
0 commit comments