From 978aa2255994527b64cdf590ea986bf1fb2d85da Mon Sep 17 00:00:00 2001 From: hf-krechan Date: Thu, 28 Sep 2023 15:46:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20specify=20environment=20for=20bu?= =?UTF-8?q?ild-n-publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 734d7ab67..d006ccd37 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -33,6 +33,7 @@ jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-latest + environment: release needs: tests steps: - uses: actions/checkout@v4