From 1266331a2ce3aa5ebfe9a744015b5e9720a6fedc Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Mon, 15 Jul 2024 15:26:21 +0200 Subject: [PATCH] Ignore errors on TestPyPI publishing Signed-off-by: Pierre R. Mai --- .github/workflows/protobuf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/protobuf.yml b/.github/workflows/protobuf.yml index e0398dc6c..19eba40c5 100644 --- a/.github/workflows/protobuf.yml +++ b/.github/workflows/protobuf.yml @@ -246,6 +246,7 @@ jobs: - name: Publish Snapshot Release on TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 + continue-on-error: true with: repository-url: https://test.pypi.org/legacy/