Skip to content

Commit 4b911c8

Browse files
authored
Correct environment URL (#9558)
1 parent b04c9a3 commit 4b911c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
name: Upload wheels to scientific-python-nightly-wheels
267267
environment:
268268
name: release-anaconda
269-
url: https://anaconda.org/channels/anaconda/packages/pillow/overview
269+
url: https://anaconda.org/channels/scientific-python-nightly-wheels/packages/pillow/overview
270270
steps:
271271
- uses: actions/download-artifact@v8
272272
with:

0 commit comments

Comments
 (0)