From eda14b6c4a6dcc1aa8de8800c3f7daf793615b32 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:33:18 +0300 Subject: [PATCH] Restrict nightly Anaconda uploads to environment --- .github/workflows/wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d16c80323..6204e294c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -264,6 +264,9 @@ jobs: needs: count-dists runs-on: ubuntu-latest name: Upload wheels to scientific-python-nightly-wheels + environment: + name: release-anaconda + url: https://anaconda.org/channels/anaconda/packages/pillow/overview steps: - uses: actions/download-artifact@v8 with: