There was an error while loading. Please reload this page.
1 parent 2a94af7 commit bfdcbc4Copy full SHA for bfdcbc4
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
matrix:
22
cppVersion: [17]
23
os: [ubuntu, windows, macos]
24
+ fail-fast: false
25
environment: pypi
26
permissions: {contents: write, id-token: write}
27
runs-on: ${{ matrix.os }}-latest
@@ -116,6 +117,7 @@ jobs:
116
117
path: dist
118
pattern: '*-petsird*'
119
merge-multiple: true
120
+ - run: ls dist # debugging
121
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
122
name: gh release create --draft
123
run: |
0 commit comments