Skip to content

Commit cf3acec

Browse files
committed
Release: temporarily ignore errors with bumping version and pypi push
1 parent 4a5b9a2 commit cf3acec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/make_release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
increment-version:
1616
name: Bump project version and commit it
1717
runs-on: ubuntu-latest
18+
continue-on-error: true
1819
steps:
1920
- uses: actions/checkout@v4
2021
- name: Install Python tools
@@ -79,6 +80,7 @@ jobs:
7980
name: Publish distribution 📦 to PyPI
8081
runs-on: ubuntu-latest
8182
needs: build
83+
continue-on-error: true
8284
environment:
8385
name: pypi
8486
url: https://pypi.org/p/beets

0 commit comments

Comments
 (0)