Skip to content

Commit 200b262

Browse files
committed
only run pip build (incld pypi publishing) if conda build succeeds
1 parent b45c2a0 commit 200b262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
pip-build:
195195
name: Build with pip and publish to PyPI
196-
needs: test
196+
needs: [test, conda-build]
197197
runs-on: ubuntu-latest
198198
steps:
199199
- name: Check out the repository

0 commit comments

Comments
 (0)