Skip to content

Commit dfa1c80

Browse files
authored
ci: missing requirement for upload
1 parent 6e584ba commit dfa1c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
path: ./wheelhouse/*.whl
157157

158158
upload_to_pypi:
159-
needs: ["build_wheels","make_sdist","conda-deploy"]
159+
needs: ["release-please","build_wheels","make_sdist","conda-deploy"]
160160
runs-on: ubuntu-latest
161161
if: ${{ needs.release-please.outputs.release_created }}
162162
steps:

0 commit comments

Comments
 (0)