We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2d4e9 commit 2557c93Copy full SHA for 2557c93
.github/workflows/release-pypi.yml
@@ -30,15 +30,15 @@ jobs:
30
trigger:
31
runs-on: ubuntu-latest
32
timeout-minutes: 60
33
- environment: promote-env
+ environment: pytorchbot-env
34
container:
35
image: pytorch/almalinux-builder:cpu
36
steps:
37
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
- name: Configure aws credentials (pytorch account)
39
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2
40
with:
41
- role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_promote_wheels
+ role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_stage_wheels
42
aws-region: us-east-1
43
- name: Copy staged binaries
44
shell: bash
0 commit comments