Skip to content

Commit 473d19d

Browse files
authored
Merge branch 'main' into tkp/wheels
2 parents 06af111 + 13bb87e commit 473d19d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.copier-answers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes here will be overwritten by Copier
2-
_commit: e1ed564
3-
_src_path: .
2+
_commit: f8b63c7
3+
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: rust
55
66
github: python-project-templates

.github/workflows/copier.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Copier Updates
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 5 * * 0"
7+
8+
jobs:
9+
update:
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions-ext/copier-update@main
16+
with:
17+
token: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)