From 57868c70f5de4b35f2a3bba23c1aca96ee4a9ca7 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 16 Nov 2024 11:49:10 +0100 Subject: [PATCH] CI - Allow develop branch to overwrite Pip package in Pypi Test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1918d229..ecdb3de1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ - skip-existing: true + skip-existing: false attestations: false - name: Publish distribution package to PyPI