From 37412e385e33867a5e71f03bfc0c0548fd58f82c Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sat, 8 Mar 2025 18:18:56 +0100 Subject: [PATCH] :construction_worker: Add environment to publish thing --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5d79999..2339a9c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,7 @@ on: jobs: publish: runs-on: ubuntu-latest - + environment: pypi steps: - uses: actions/checkout@v4