Skip to content

Commit 50850fd

Browse files
authored
Warning on build.yml (#78)
Co-authored-by: tommyod <tommy.odland>
1 parent 2497082 commit 50850fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: github.ref == 'refs/heads/master'
5151
uses: pypa/gh-action-pypi-publish@release/v1
5252
with:
53-
skip_existing: true
53+
skip-existing: true
5454
user: __token__
5555
password: ${{ secrets.pypi_password }}
5656

0 commit comments

Comments
 (0)