Skip to content

Commit bfdcbc4

Browse files
committed
DEBUG: TODO: REVERT
1 parent 2a94af7 commit bfdcbc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
cppVersion: [17]
2323
os: [ubuntu, windows, macos]
24+
fail-fast: false
2425
environment: pypi
2526
permissions: {contents: write, id-token: write}
2627
runs-on: ${{ matrix.os }}-latest
@@ -116,6 +117,7 @@ jobs:
116117
path: dist
117118
pattern: '*-petsird*'
118119
merge-multiple: true
120+
- run: ls dist # debugging
119121
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
120122
name: gh release create --draft
121123
run: |

0 commit comments

Comments
 (0)