Skip to content

Commit 5287614

Browse files
committed
Require tests for wheel release
1 parent 9bdb908 commit 5287614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
name: Release
165165
runs-on: ubuntu-latest
166166
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
167-
needs: [linux, windows, macos, sdist]
167+
needs: [linux, windows, macos, sdist, tests]
168168
permissions:
169169
# Use to sign the release artifacts
170170
id-token: write

0 commit comments

Comments
 (0)