Skip to content

Commit 4c8d506

Browse files
committed
chore: Template upgrade
1 parent 689eab7 commit 4c8d506

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.copier-answers.yml

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: 1.11.12
2+
_commit: 1.11.14
33
_src_path: gh:pawamoy/copier-uv
44
author_email: [email protected]
55
author_fullname: Timothée Mazzucotelli

duties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def publish(ctx: Context) -> None:
157157
"""Publish source and wheel distributions to PyPI."""
158158
if not Path("dist").exists():
159159
ctx.run("false", title="No distribution files found")
160-
dists = [str(dist) for dist in Path("dist").iterdir() if dist.suffix in (".tar.gz", ".whl")]
160+
dists = [str(dist) for dist in Path("dist").iterdir() if dist.suffix in (".gz", ".whl")]
161161
ctx.run(
162162
tools.twine.upload(*dists, skip_existing=True),
163163
title="Publishing distributions to PyPI",

zensical.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ note = "Let us know how we can improve this page."
120120
[project.markdown_extensions.abbr]
121121
[project.markdown_extensions.admonition]
122122
[project.markdown_extensions.attr_list]
123+
[project.markdown_extensions.callouts]
123124
[project.markdown_extensions.def_list]
124125
[project.markdown_extensions.footnotes]
125126
[project.markdown_extensions.md_in_html]
@@ -137,6 +138,7 @@ emoji_index = "zensical.extensions.emoji.twemoji"
137138
[project.markdown_extensions.pymdownx.highlight]
138139
[project.markdown_extensions.pymdownx.inlinehilite]
139140
[project.markdown_extensions.pymdownx.keys]
141+
[project.markdown_extensions.pymdownx.magiclink]
140142
[project.markdown_extensions.pymdownx.mark]
141143
[project.markdown_extensions.pymdownx.smartsymbols]
142144
[project.markdown_extensions.pymdownx.snippets]

0 commit comments

Comments
 (0)