Skip to content

Commit 7754948

Browse files
committed
copier
1 parent a82888e commit 7754948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.31-2-g117b721
2+
_commit: v0.0.31-3-gb915a33
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

extensions/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def hook(self, context: dict[Any, Any]) -> dict[Any, Any]:
5252
context["gha_setup_node"] = "v4.3.0"
5353
context["gha_action_gh_release"] = "v2.2.1"
5454
context["gha_mutex"] = "1ebad517141198e08d47cf72f3c0975316620a65 # v1.0.0-alpha.10"
55-
context["gha_pypi_publish"] = v1.12.4"
55+
context["gha_pypi_publish"] = "v1.12.4"
5656
context["gha_sleep"] = "v2.0.3"
5757
context["gha_linux_runner"] = "ubuntu-24.04"
5858
context["gha_windows_runner"] = "windows-2025"

0 commit comments

Comments
 (0)