From 130f4d70407be5e2158a4a817e239e1db7a89e2e Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 17 May 2022 20:19:57 +0200 Subject: [PATCH] Don't error when upload to PyPi-test fails --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d65f09686..d9598516d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,7 @@ jobs: path: dist - uses: pypa/gh-action-pypi-publish@v1.4.2 + continue-on-error: true # might fail if we don't bump the version with: user: __token__ password: ${{ secrets.test_pypi_password }}