From 5aaadaff3932daf540c56c2aa4e68912b52daee5 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Wed, 3 Nov 2021 01:55:49 +0100 Subject: [PATCH] Allow publish on test pypi workflow to fail (#248) --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64cb7ebd..4ff4c3b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,7 @@ jobs: . - name: Publish on test pypi uses: pypa/gh-action-pypi-publish@master + continue-on-error: true with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/