Skip to content

Commit 31b3b37

Browse files
committed
chore: Template upgrade
1 parent bcdfc70 commit 31b3b37

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

.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.5.0
2+
_commit: 1.5.2
33
_src_path: gh:pawamoy/copier-uv
44
author_email: dev@pawamoy.fr
55
author_fullname: Timothée Mazzucotelli

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29-
30-
- name: Fetch all tags
31-
run: git fetch --depth=1 --tags
29+
with:
30+
fetch-depth: 0
31+
fetch-tags: true
3232

3333
- name: Setup Python
3434
uses: actions/setup-python@v5
@@ -106,6 +106,9 @@ jobs:
106106
steps:
107107
- name: Checkout
108108
uses: actions/checkout@v4
109+
with:
110+
fetch-depth: 0
111+
fetch-tags: true
109112

110113
- name: Setup Python
111114
uses: actions/setup-python@v5

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
- name: Fetch all tags
15-
run: git fetch --depth=1 --tags
14+
with:
15+
fetch-depth: 0
16+
fetch-tags: true
1617
- name: Setup Python
1718
uses: actions/setup-python@v5
1819
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://mkdocstrings.github.io/)
55
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings.svg)](https://pypi.org/project/mkdocstrings/)
66
[![conda version](https://img.shields.io/conda/vn/conda-forge/mkdocstrings)](https://anaconda.org/conda-forge/mkdocstrings)
7-
[![gitpod](https://img.shields.io/badge/gitpod-workspace-708FCC.svg?style=flat)](https://gitpod.io/#https://github.com/mkdocstrings/mkdocstrings)
87
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#mkdocstrings:gitter.im)
98

109
Automatic documentation from sources, for [MkDocs](https://www.mkdocs.org/).

0 commit comments

Comments
 (0)