Skip to content

Commit eda14b6

Browse files
committed
Restrict nightly Anaconda uploads to environment
1 parent 43a3e5c commit eda14b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ jobs:
264264
needs: count-dists
265265
runs-on: ubuntu-latest
266266
name: Upload wheels to scientific-python-nightly-wheels
267+
environment:
268+
name: release-anaconda
269+
url: https://anaconda.org/channels/anaconda/packages/pillow/overview
267270
steps:
268271
- uses: actions/download-artifact@v8
269272
with:

0 commit comments

Comments
 (0)