File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : v0.8.0-6-g056c2e6
2+ _commit : v0.8.0-14-g1c9f8c8
33_src_path : https://github.com/usnistgov/cookiecutter-nist-python.git
44command_line_interface : typer
55conda_channel : conda-forge
Original file line number Diff line number Diff line change 9494 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595 with :
9696 persist-credentials : false
97- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
97+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9898 with :
9999 name : Packages
100100 path : dist
@@ -123,7 +123,7 @@ jobs:
123123 id-token : write
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
126+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
127127 with :
128128 name : Packages
129129 path : dist
@@ -148,7 +148,7 @@ jobs:
148148 id-token : write
149149 runs-on : ubuntu-latest
150150 steps :
151- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
151+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
152152 with :
153153 name : Packages
154154 path : dist
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
216216 with :
217217 persist-credentials : false
218- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
218+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
219219 with :
220220 name : Packages
221221 path : dist
@@ -257,7 +257,7 @@ jobs:
257257 with :
258258 persist-credentials : false
259259 - name : Download individual coverage reports
260- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
260+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
261261 with :
262262 pattern : coverage-data-*
263263 path : .nox
Original file line number Diff line number Diff line change 6969 - id : taplo-lint
7070 args : ["--no-schema"]
7171 - repo : https://github.com/tox-dev/pyproject-fmt
72- rev : v2.19 .0
72+ rev : v2.20 .0
7373 hooks :
7474 - id : pyproject-fmt
7575 files : ^pyproject\.toml$
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " uv_build"
33requires = [
4- " uv-build>=0.10.4 ,<0.11.0" ,
4+ " uv-build>=0.10.11 ,<0.11.0" ,
55]
66
77[project ]
You can’t perform that action at this time.
0 commit comments