Skip to content

Commit c63f12f

Browse files
authored
fix: triggering release
1 parent e7a2561 commit c63f12f

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]
159+
needs: ["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)