Skip to content

Commit a954720

Browse files
authored
CI Adds environment to upload_anaconda (#28441) (#28444)
1 parent 6eff175 commit a954720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
upload_anaconda:
222222
name: Upload to Anaconda
223223
runs-on: ubuntu-latest
224+
environment: upload_anaconda
224225
needs: [build_wheels, build_sdist]
225226
# The artifacts cannot be uploaded on PRs
226227
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)