diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index cd7fcfff9..e39c78939 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