File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 with :
13+ fetch-depth : 0 # Fetch all history for setuptools_scm to determine version
1314 persist-credentials : false
1415 - name : Set up Python
1516 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0" ]
2+ requires = [" setuptools>=61.0" , " setuptools-scm>=8 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " roboreg"
7- version = " 0.4.6 "
7+ dynamic = [ " version " ]
88authors = [
99 {name =" mhubii" , email =" m.huber_1994@hotmail.de" },
1010 {name =" haydnspass" , email =" lucasraphael.mueller@gmail.com" },
@@ -55,3 +55,7 @@ rr-stereo-dr = "cli.rr_stereo_dr:main"
5555where = [" ." ]
5656include = [" roboreg*" , " cli*" ]
5757exclude = [" test*" ]
58+
59+ [tool .setuptools_scm ]
60+ version_scheme = " guess-next-dev"
61+ local_scheme = " no-local-version"
You can’t perform that action at this time.
0 commit comments