From 3bce125a051fe37da21faf6a66391eddda76e871 Mon Sep 17 00:00:00 2001 From: Matthew Cane Date: Sun, 6 Oct 2024 14:59:53 +0100 Subject: [PATCH] Add skip existing on pypi publish --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9db3e64..3aa4994 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,6 @@ jobs: run: poetry build - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + skip-existing: true \ No newline at end of file