Skip to content

Commit 1aeb384

Browse files
committed
let pypi build rely on successfully deployed docs
1 parent 3899aae commit 1aeb384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

189189
pip-build:
190190
name: Build and publish to PyPI
191-
needs: [test, conda-build]
191+
needs: [deploy, conda-build]
192192
runs-on: ubuntu-latest
193193
steps:
194194
- name: Check out the repository

0 commit comments

Comments
 (0)