Skip to content

Commit 979f123

Browse files
committed
Revert "Release: temporarily ignore errors with bumping version and pypi push"
This reverts commit cf3acec.
1 parent 0780bf3 commit 979f123

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/make_release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
increment-version:
1616
name: Bump project version and commit it
1717
runs-on: ubuntu-latest
18-
continue-on-error: true
1918
steps:
2019
- uses: actions/checkout@v4
2120
- name: Install Python tools
@@ -80,7 +79,6 @@ jobs:
8079
name: Publish distribution 📦 to PyPI
8180
runs-on: ubuntu-latest
8281
needs: build
83-
continue-on-error: true
8482
environment:
8583
name: pypi
8684
url: https://pypi.org/p/beets

0 commit comments

Comments
 (0)