Skip to content

Commit

Permalink
DEV: require build only to release
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Sep 20, 2023
1 parent 95df1e2 commit 2d5d83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
secrets: inherit

release-pypi:
needs: [build, docs]
needs: [build]
runs-on: ubuntu-latest
if: github.event.inputs.release-pypi == 'true'

Expand Down

0 comments on commit 2d5d83a

Please sign in to comment.