diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f41bf9..79c578f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: if: github.ref == 'refs/heads/master' uses: pypa/gh-action-pypi-publish@release/v1 with: - skip_existing: true + skip-existing: true user: __token__ password: ${{ secrets.pypi_password }}