Skip to content

Commit 4a472fd

Browse files
Update from copier (2026-07-12T06:03:35)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent def5910 commit 4a472fd

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.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: dbcb02b
2+
_commit: '4875149'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: rust

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
- run: cp README.md docs/wiki/Home.md
25-
- uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
25+
- uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
2626
with:
2727
path: docs/wiki

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ authors = [
1313
description = "Custom parsing extensions for lazy polars"
1414
readme = "README.md"
1515
license = { text = "Apache-2.0" }
16+
<<<<<<< before updating
1617
version = "0.1.1"
18+
=======
19+
version = "0.1.0"
20+
>>>>>>> after updating
1721
requires-python = ">=3.11"
1822
keywords = []
1923

0 commit comments

Comments
 (0)