Skip to content

Commit ca96352

Browse files
committed
CI: continue publishing wheels when non-release
1 parent 6133254 commit ca96352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
build_wheels:
5858
name: Build ${{ matrix.arch }} wheels on ${{ matrix.os }}
5959
runs-on: ${{ matrix.os }}
60+
continue-on-error: github.event_name != 'release' && ${{ !startsWith(github.ref, 'refs/tags/') }}
6061
strategy:
6162
fail-fast: false
6263
matrix:

0 commit comments

Comments
 (0)