File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.36-1-g5ea51d6
2+ _commit : v0.0.36-2-g3299448
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : true # (default) makes GITHUB_TOKEN available for git push
2020
21- - name : Install latest versions of python packages
22- uses : ./.github/actions/install_deps_uv
23- with :
24- python-version : 3.12.7
25-
2621 - name : Configure Git author
2722 run : |
2823 git config user.name "github-actions[bot]"
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : true # (default) makes GITHUB_TOKEN available for git push
2020
21- - name : Install latest versions of python packages
22- uses : ./.github/actions/install_deps_uv
23- with :
24- python-version : 3.12.7
25-
2621 - name : Configure Git author
2722 run : |
2823 git config user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments