mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Revert "Release: temporarily ignore errors with bumping version and pypi push"
This reverts commit cf3acec555.
This commit is contained in:
parent
0780bf386c
commit
979f1239ca
1 changed files with 0 additions and 2 deletions
2
.github/workflows/make_release.yaml
vendored
2
.github/workflows/make_release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue