Restrict nightly Anaconda uploads to environment
This commit is contained in:
parent
43a3e5ca21
commit
eda14b6c4a
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user