Skip to content

Commit 0cedb90

Browse files
committed
fix: add job to environment
1 parent 8462850 commit 0cedb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

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

0 commit comments

Comments
 (0)