We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87f32a commit 59c82a3Copy full SHA for 59c82a3
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.60-12-g2039103
+_commit: v0.0.60-13-gc1958de
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
.github/workflows/ci.yaml
@@ -24,6 +24,7 @@ jobs:
24
uses: ./.github/workflows/pre-commit.yaml
25
permissions:
26
contents: write # needed for mutex, and updating dependabot branches
27
+ id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
28
with:
29
python-version: 3.12.7
30
0 commit comments