From 0cedb9008e6f4732a7889901d679dabcd69ff849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lan=20Cr=C3=ADstoffer?= Date: Tue, 30 Jul 2024 09:28:27 +0200 Subject: [PATCH] fix: add job to environment --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ac6dad6..eff013a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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')