chore(deps): update twine requirement from ==6.* to ==7.* (#505) #37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Cinema 4D xa11y Integration Tests" | |
| on: | |
| push: | |
| branches: | |
| - mainline | |
| jobs: | |
| windows: | |
| uses: ./.github/workflows/integ_windows.yml | |
| secrets: | |
| AWS_OIDC_ROLE_ARN: ${{ secrets.AWS_OIDC_ROLE_ARN }} | |
| AWS_REGION: ${{ secrets.AWS_REGION }} | |
| RLM_PORT: ${{ secrets.RLM_PORT }} | |
| INSTALLER_BUCKET: ${{ secrets.INSTALLER_BUCKET }} | |
| INSTALLER_BUCKET_EXPECTED_OWNER: ${{ secrets.INSTALLER_BUCKET_EXPECTED_OWNER }} | |
| LICENSE_ROLE_ARN: ${{ secrets.LICENSE_ROLE_ARN }} | |
| BASTION_INSTANCE_TAG: ${{ secrets.BASTION_INSTANCE_TAG }} | |
| permissions: | |
| id-token: write | |
| contents: read | |
| macos: | |
| uses: ./.github/workflows/integ_macos.yml | |
| secrets: | |
| AWS_OIDC_ROLE_ARN: ${{ secrets.AWS_OIDC_ROLE_ARN }} | |
| AWS_REGION: ${{ secrets.AWS_REGION }} | |
| RLM_PORT: ${{ secrets.RLM_PORT }} | |
| INSTALLER_BUCKET: ${{ secrets.INSTALLER_BUCKET }} | |
| INSTALLER_BUCKET_EXPECTED_OWNER: ${{ secrets.INSTALLER_BUCKET_EXPECTED_OWNER }} | |
| LICENSE_ROLE_ARN: ${{ secrets.LICENSE_ROLE_ARN }} | |
| BASTION_INSTANCE_TAG: ${{ secrets.BASTION_INSTANCE_TAG }} | |
| permissions: | |
| id-token: write | |
| contents: read |