Skip to content

Commit

Permalink
ci: 🎡 add needs to release
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 10, 2023
1 parent 2d05b53 commit d2ed026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: release
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags')
needs: [build_wheels, build_sdist]
permissions:
id-token: write
contents: write
Expand Down

0 comments on commit d2ed026

Please sign in to comment.