Skip to content

Commit

Permalink
ci: missing requirement for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Jan 24, 2023
1 parent 6e584ba commit dfa1c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
path: ./wheelhouse/*.whl

upload_to_pypi:
needs: ["build_wheels","make_sdist","conda-deploy"]
needs: ["release-please","build_wheels","make_sdist","conda-deploy"]
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
steps:
Expand Down

0 comments on commit dfa1c80

Please sign in to comment.