From 979f1239ca9546788a6441f46c8434c7fcc56a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 22 Nov 2024 02:13:29 +0000 Subject: [PATCH] Revert "Release: temporarily ignore errors with bumping version and pypi push" This reverts commit cf3acec5550f648684ef13907cb20a9ccd66b8f2. --- .github/workflows/make_release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index f8f15a9eb..16d5c155f 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -15,7 +15,6 @@ 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 @@ -80,7 +79,6 @@ 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