From 820fd65ca8b29e4330740842fa48f1a532a28e22 Mon Sep 17 00:00:00 2001 From: Craig Kavan Pinto Date: Thu, 10 Jul 2025 13:30:05 +0200 Subject: [PATCH] update action to have environment --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe6b55b..d94faf7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,6 +51,7 @@ jobs: publish: name: Publish to PyPI runs-on: ubuntu-latest + environment: release # Only fire on the push-to-master that completes the PR if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}