File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 2f83523
2+ _commit : dcfbd4b
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : cpp
Original file line number Diff line number Diff line change @@ -4,9 +4,23 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " monthly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
11+ labels :
12+ - " part: github_actions"
13+
714 - package-ecosystem : " pip"
815 directory : " /"
916 schedule :
1017 interval : " monthly"
1118 cooldown :
1219 default-days : 7
20+ groups :
21+ python :
22+ patterns :
23+ - " *"
24+ labels :
25+ - " lang: python"
26+ - " part: dependencies"
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
7070 persist-credentials : false
7171
7272 - name : Setup Python
73- uses : actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
73+ uses : actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
7474 with :
7575 version : ${{ matrix.python.version }}
7676
7777 - name : Setup C++
78- uses : actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f
78+ uses : actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9
7979
8080 - name : Setup vcpkg cache
81- uses : actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f
81+ uses : actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9
8282
8383 - name : Install dependencies
8484 run : make develop
@@ -164,13 +164,13 @@ jobs:
164164 if : matrix.platform.name == 'windows-latest'
165165
166166 - name : Test wheel
167- uses : actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446
167+ uses : actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
168168 with :
169169 module : python_template_cpp
170170 if : matrix.target == 'native' && runner.os == 'Linux'
171171
172172 - name : Test source distribution
173- uses : actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
173+ uses : actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
174174 with :
175175 module : python_template_cpp
176176 if : matrix.platform.name == 'ubuntu-latest'
Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Setup Python
25- uses : actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
25+ uses : actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
2626
2727 - name : Download distributions
2828 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
You can’t perform that action at this time.
0 commit comments