We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ae0b9 commit 6e729bdCopy full SHA for 6e729bd
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.7-43-g83c9863
+_commit: v0.0.7-44-gea357db
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
template/.devcontainer/code-artifact-auth.sh.jinja
@@ -39,12 +39,8 @@ else
39
set -x
40
fi
41
42
- export UV_INDEX_CODE_ARTIFACT_PRIMARY_USERNAME=aws
43
set +x
44
export UV_INDEX_CODE_ARTIFACT_PRIMARY_PASSWORD="$CODEARTIFACT_AUTH_TOKEN"
45
- set -x
46
- export UV_INDEX_CODE_ARTIFACT_STAGING_USERNAME=aws
47
- set +x
48
export UV_INDEX_CODE_ARTIFACT_STAGING_PASSWORD="$CODEARTIFACT_AUTH_TOKEN"
49
50
0 commit comments