Skip to content

Commit 4ea4000

Browse files
committed
env duebug
1 parent 4d27237 commit 4ea4000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/publish_to_staging.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ jobs:
118118

119119
- name: Publish package
120120
run: |
121-
env
122121
{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} . .devcontainer/code-artifact-auth.sh{% endraw %}{% endif %}{% raw %}
122+
env
123123
uv publish --verbose --index {% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}code-artifact-staging{% else %}testpypi{% endif %}

0 commit comments

Comments
 (0)