We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d27237 commit 4ea4000Copy full SHA for 4ea4000
template/.github/workflows/publish_to_staging.yaml.jinja
@@ -118,6 +118,6 @@ jobs:
118
119
- name: Publish package
120
run: |
121
- env
122
{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} . .devcontainer/code-artifact-auth.sh{% endraw %}{% endif %}{% raw %}
+ env
123
uv publish --verbose --index {% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}code-artifact-staging{% else %}testpypi{% endif %}
0 commit comments