We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2497082 commit 50850fdCopy full SHA for 50850fd
1 file changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
if: github.ref == 'refs/heads/master'
51
uses: pypa/gh-action-pypi-publish@release/v1
52
with:
53
- skip_existing: true
+ skip-existing: true
54
user: __token__
55
password: ${{ secrets.pypi_password }}
56
0 commit comments