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 : 195919b
2+ _commit : dcfbd4b
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " monthly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
711 labels :
812 - " part: github_actions"
913
@@ -13,6 +17,10 @@ updates:
1317 interval : " monthly"
1418 cooldown :
1519 default-days : 7
20+ groups :
21+ python :
22+ patterns :
23+ - " *"
1624 labels :
1725 - " lang: python"
1826 - " part: dependencies"
@@ -23,7 +31,10 @@ updates:
2331 interval : " monthly"
2432 cooldown :
2533 default-days : 7
34+ groups :
35+ rust :
36+ patterns :
37+ - " *"
2638 labels :
2739 - " lang: rust"
2840 - " part: dependencies"
29-
Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
6565 persist-credentials : false
6666
6767 - name : Setup Python
68- uses : actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
68+ uses : actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
6969 with :
7070 version : ${{ matrix.python }}
7171
7272 - name : Setup Rust
73- uses : actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81
73+ uses : actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea
7474
7575 - name : Install dependencies
7676 run : make develop
@@ -155,13 +155,13 @@ jobs:
155155 if : matrix.target == 'native' && runner.os != 'Linux'
156156
157157 - name : Test wheel
158- uses : actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
158+ uses : actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
159159 with :
160160 module : python_template_rust
161161 if : matrix.target == 'native' && runner.os == 'Linux'
162162
163163 - name : Test source distribution
164- uses : actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
164+ uses : actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
165165 with :
166166 module : python_template_rust
167167 if : matrix.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@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
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