Skip to content

Commit

Permalink
Release: temporarily ignore errors with bumping version and pypi push
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Nov 22, 2024
1 parent 4a5b9a2 commit cf3acec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf3acec

Please sign in to comment.