Skip to content

Commit

Permalink
fix: add job to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
acristoffers committed Jul 30, 2024
1 parent 8462850 commit 0cedb90
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 @@ -46,6 +46,7 @@ jobs:

upload:
name: Upload to PyPI
environment: release
needs: [build_wheels, build_sdist]
runs-on: ubuntu-22.04
if: github.repository == 'acristoffers/tree-sitter-matlab' && github.event_name == 'push' && github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
Expand Down

0 comments on commit 0cedb90

Please sign in to comment.