We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8462850 commit 0cedb90Copy full SHA for 0cedb90
.github/workflows/wheels.yml
@@ -46,6 +46,7 @@ jobs:
46
47
upload:
48
name: Upload to PyPI
49
+ environment: release
50
needs: [build_wheels, build_sdist]
51
runs-on: ubuntu-22.04
52
if: github.repository == 'acristoffers/tree-sitter-matlab' && github.event_name == 'push' && github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
0 commit comments