File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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
4455author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@v4
28-
29- - name : Fetch all tags
30- run : git fetch --depth=1 -- tags
28+ with :
29+ fetch-depth : 0
30+ fetch- tags : true
3131
3232 - name : Setup Python
3333 uses : actions/setup-python@v5
@@ -105,6 +105,9 @@ jobs:
105105 steps :
106106 - name : Checkout
107107 uses : actions/checkout@v4
108+ with :
109+ fetch-depth : 0
110+ fetch-tags : true
108111
109112 - name : Setup Python
110113 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 33[ ![ ci] ( https://github.com/mkdocstrings/griffe-pydantic/workflows/ci/badge.svg )] ( https://github.com/mkdocstrings/griffe-pydantic/actions?query=workflow%3Aci )
44[ ![ documentation] ( https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat )] ( https://mkdocstrings.github.io/griffe-pydantic/ )
55[ ![ pypi version] ( https://img.shields.io/pypi/v/griffe-pydantic.svg )] ( https://pypi.org/project/griffe-pydantic/ )
6- [ ![ gitpod] ( https://img.shields.io/badge/gitpod-workspace-708FCC.svg?style=flat )] ( https://gitpod.io/#https://github.com/mkdocstrings/griffe-pydantic )
76[ ![ gitter] ( https://badges.gitter.im/join%20chat.svg )] ( https://app.gitter.im/#/room/#griffe-pydantic:gitter.im )
87
98[ Griffe] ( https://mkdocstrings.github.io/griffe/ ) extension for [ Pydantic] ( https://github.com/pydantic/pydantic ) .
You can’t perform that action at this time.
0 commit comments