diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f29cb66..61b4309 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -124,6 +124,7 @@ jobs: name: Create GitHub release if: contains(github.ref, 'tags') with: + skipIfReleaseExists: true artifacts: "core/dist/*,plugin/dist/*" - name: Release on PyPI