Skip to content

Commit 80a7ba9

Browse files
committed
.
1 parent 348c1ef commit 80a7ba9

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
@@ -206,7 +206,7 @@ jobs:
206206
name: Publish to PyPI
207207
runs-on: ubuntu-latest
208208
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
209-
needs: [linux, macos, sdist, tests, docs]
209+
needs: [linux, macos, windows, sdist, tests, docs]
210210
steps:
211211
- uses: actions/download-artifact@v4
212212
with:

0 commit comments

Comments
 (0)