File tree Expand file tree Collapse file tree 6 files changed +10
-11
lines changed
Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 2626 cache : ' pip' # optional and only works for Python projects
2727
2828 - name : Run same-version
29- uses : willynilly/same-version@v7.0 .0
29+ uses : willynilly/same-version@v7.1 .0
3030 with :
3131 fail_for_missing_file : false
3232 check_github_event : true
Original file line number Diff line number Diff line change 2424 - name : Install Python
2525 uses : actions/setup-python@v5
2626 with :
27- python-version : " >=3.13.3 " # required for cff-author-updater
27+ python-version : " >=3.10 " # required for cff-author-updater
2828 cache : ' pip' # optional for cff-author-updater
2929
3030 - name : Run cff-author-updater
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ keywords:
3434 - metadata
3535 - harmonization
3636license : Apache-2.0
37- version : " 7.0 .0"
37+ version : " 7.1 .0"
3838date-released : " 2025-06-10"
3939references :
4040 - title : Citation File Format
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259259 python-version : " >=3.10"
260260
261261 - name : Run same-version
262- uses : willynilly/same-version@v7.0 .0
262+ uses : willynilly/same-version@v7.1 .0
263263 with :
264264 fail_for_missing_file : false
265265 check_github_event : true
@@ -309,7 +309,7 @@ jobs:
309309 python-version : " >=3.10"
310310
311311 - name : Run same-version
312- uses : willynilly/same-version@v7.0 .0
312+ uses : willynilly/same-version@v7.1 .0
313313 with :
314314 fail_for_missing_file : false
315315 check_github_event : true
@@ -347,7 +347,7 @@ Add to your `.pre-commit-config.yaml`:
347347` ` ` yaml
348348repos:
349349 - repo: https://github.com/willynilly/same-version
350- rev: v7.0 .0 # Use latest tag
350+ rev: v7.1 .0 # Use latest tag
351351 hooks:
352352 - id: same-version
353353 stages: [pre-commit, pre-push]
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/willynilly/same-version
3- rev : v7.0 .0 # Use latest tag
3+ rev : v7.1 .0 # Use latest tag
44 hooks :
55 - id : same-version
66 stages : [pre-commit, pre-push]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " same-version"
7- version = " 7.0 .0"
7+ version = " 7.1 .0"
88description = " Automatically ensures your software version metadata is consistent across key project files."
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -56,11 +56,10 @@ pythonpath = [
5656[tool .hatch .build ]
5757include = [" src/same_version/**" , " CITATION.cff" ]
5858license-files = [" LICEN[CS]E*" ]
59- sources = [" src" ]
6059
6160[tool .hatch .build .targets .wheel ]
62- packages = [" same_version" ]
63- sources = [ " src " ]
61+ packages = [" src/ same_version" ]
62+
6463
6564[project .scripts ]
6665same-version = " same_version.main:main"
You can’t perform that action at this time.
0 commit comments