|
28 | 28 | python-version: {% endraw %}{{ python_version }}{% raw %}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
29 | 29 | code-artifact-auth-role-name: CoreInfraBaseAccess |
30 | 30 | code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %} |
31 | | - code-artifact-auth-role-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
| 31 | + code-artifact-auth-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
32 | 32 |
|
33 | 33 | - name: Set up mutex # Github concurrency management is horrible, things get arbitrarily cancelled if queued up. So using mutex until github fixes itself. When multiple jobs are modifying cache at once, weird things can happen. possible issue is https://github.com/actions/toolkit/issues/658 |
34 | 34 | if: ${{ runner.os != 'Windows' }} # we're just gonna have to YOLO on Windows, because this action doesn't support it yet https://github.com/ben-z/gh-action-mutex/issues/14 |
|
78 | 78 | python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
79 | 79 | code-artifact-auth-role-name: CoreInfraBaseAccess |
80 | 80 | code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %} |
81 | | - code-artifact-auth-role-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
| 81 | + code-artifact-auth-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
82 | 82 |
|
83 | 83 | - name: Unit test |
84 | 84 | run: uv run pytest tests/unit --cov-report=xml --durations=5 |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
119 | 119 | code-artifact-auth-role-name: CoreInfraBaseAccess |
120 | 120 | code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %} |
121 | | - code-artifact-auth-role-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
| 121 | + code-artifact-auth-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
122 | 122 |
|
123 | 123 | - name: Build executable |
124 | 124 | run: uv run pyinstaller pyinstaller.spec --log-level=DEBUG |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
153 | 153 | code-artifact-auth-role-name: CoreInfraBaseAccess |
154 | 154 | code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %} |
155 | | - code-artifact-auth-role-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
| 155 | + code-artifact-auth-region: {% endraw %}{{ aws_org_home_region }}{% endif %}{% raw %} |
156 | 156 |
|
157 | 157 | - name: Build docs |
158 | 158 | working-directory: ./docs |
|
0 commit comments