Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jan 24, 2025
1 parent 196a3e8 commit af8d559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
environment: release-pypi
if: github.event.action == 'published'
runs-on: ubuntu-latest
needs: build-package
needs:
- build-package
- tests

permissions:
id-token: write
Expand Down

0 comments on commit af8d559

Please sign in to comment.