Skip to content

Commit 318169c

Browse files
authored
Merge pull request #57 from python-project-templates/copier-update-2025-08-02T21-13-53
Update from copier (2025-08-02T21:13:53)
2 parents 29ff571 + a422c4f commit 318169c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.copier-answers.yaml

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: 9642da9
2+
_commit: 2d0c192
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Docs
1+
name: Publish Wiki
22

33
on:
44
push:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,13 @@ js/dist
139139
js/lib
140140
js/node_modules
141141
js/*.tgz
142+
python_template_rust/extension
142143

143144
# Jupyter
144145
.ipynb_checkpoints
145146
.autoversion
147+
!python_template_rust/extension/python_template_rust.json
148+
!python_template_rust/extension/install.json
146149
python_template_rust/nbextension
147150
python_template_rust/labextension
148151

0 commit comments

Comments
 (0)