From cf3acec5550f648684ef13907cb20a9ccd66b8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 22 Nov 2024 01:58:26 +0000 Subject: [PATCH] Release: temporarily ignore errors with bumping version and pypi push --- .github/workflows/make_release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index cd7fcfff91..e39c789396 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -15,6 +15,7 @@ jobs: increment-version: name: Bump project version and commit it runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@v4 - name: Install Python tools @@ -79,6 +80,7 @@ jobs: name: Publish distribution 📦 to PyPI runs-on: ubuntu-latest needs: build + continue-on-error: true environment: name: pypi url: https://pypi.org/p/beets