File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9595 code-artifact-auth-role-name: CoreInfraBaseAccess
9696 code-artifact-auth-role-account-id: "{% endraw %} {{ aws_central_infrastructure_account_id }}{% raw %} "
9797 code-artifact-auth-region: {% endraw %} {{ aws_org_home_region }}{% endif %}{% raw %}
98+ {% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %}
99+ - name: OIDC Auth for Installing any dependencies that uv may need for build (sometimes it likes to install setuptools...even if it's already in the package dependencies)
100+ uses: aws-actions/configure-aws-credentials@{% endraw %} {{ gha_configure_aws_credentials }}{% raw %}
101+ with:
102+ role-to-assume: arn:aws:iam::{% endraw %} {{ aws_central_infrastructure_account_id }}{% raw %} :role/CoreInfraBaseAccess
103+ aws-region: {% endraw %} {{ aws_org_home_region }}{% raw %}
98104
105+ {% endraw %}{% endif %}{% raw %}
99106 - name: Build package
100107 run: uv build --no-sources
101108{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %}
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ dev = [
2929 "pytest>={% endraw %} {{ pytest_version }}{% raw %} ",
3030 "pytest-cov>={% endraw %} {{ pytest_cov_version }}{% raw %} ",
3131 "pytest-randomly>={% endraw %} {{ pytest_randomly_version }}{% raw %} ",
32- "setuptools>={% endraw %} {{ setuptools_version }}{% raw %} ", # likely related to the kludge for license-files below
3332{% endraw %}{% if create_docs %}{% raw %} "sphinx=={% endraw %} {{ sphinx_version }}{% raw %} ",{% endraw %}{% endif %}{% raw %}
3433{% endraw %}{% if is_frozen_executable %}{% raw %} "pyinstaller>={% endraw %} {{ pyinstaller_version }}{% raw %} ",{% endraw %}{% endif %}{% raw %}
3534]
You can’t perform that action at this time.
0 commit comments