File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " 42660fdc96e82eac45fc0931b83a2c73593d4b26 " ,
2+ "_commit" : " 9d514a22b32f7c7a779e7d222910128215722191 " ,
33 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
44 "add_rust_extension" : false ,
55 "author" : " Kyle Oliver" ,
Original file line number Diff line number Diff line change 11{
22 "template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
3- "commit" : " 42660fdc96e82eac45fc0931b83a2c73593d4b26 " ,
3+ "commit" : " 9d514a22b32f7c7a779e7d222910128215722191 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1818 "license" : " MIT" ,
1919 "development_status" : " Development Status :: 1 - Planning" ,
2020 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
21- "_commit" : " 42660fdc96e82eac45fc0931b83a2c73593d4b26 "
21+ "_commit" : " 9d514a22b32f7c7a779e7d222910128215722191 "
2222 }
2323 },
2424 "directory" : null
Original file line number Diff line number Diff line change 4343 - name : Set up Python
4444 uses : actions/setup-python@v5
4545 with :
46- python-version-file : " .githubworkflows .python-version"
46+ python-version-file : " .github/workflows/ .python-version"
4747
4848 - name : Build documentation
4949 run : uvx nox -s docs-build
Original file line number Diff line number Diff line change 4949 - name : Set up Python
5050 uses : actions/setup-python@v5
5151 with :
52- python-version-file : " .githubworkflows .python-version"
52+ python-version-file : " .github/workflows/ .python-version"
5353
5454 - name : Run global linting checks
5555 run : uvx nox -s lint-global
Original file line number Diff line number Diff line change 4343 - name : Set up Python
4444 uses : actions/setup-python@v5
4545 with :
46- python-version-file : " .githubworkflows .python-version"
46+ python-version-file : " .github/workflows/ .python-version"
4747
4848 - name : Run formatting checks
4949 run : uvx nox -s format-python
Original file line number Diff line number Diff line change 3232 - name : Set up Python
3333 uses : actions/setup-python@v5
3434 with :
35- python-version-file : " .githubworkflows .python-version"
35+ python-version-file : " .github/workflows/ .python-version"
3636
3737 - name : Upload built package artifacts
3838 uses : actions/upload-artifact@v4
8686 - name : Set up Python
8787 uses : actions/setup-python@v5
8888 with :
89- python-version-file : " .githubworkflows .python-version"
89+ python-version-file : " .github/workflows/ .python-version"
9090
9191 - name : Set up uv
9292 uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 4343 - name : Set up Python
4444 uses : actions/setup-python@v5
4545 with :
46- python-version-file : " .githubworkflows .python-version"
46+ python-version-file : " .github/workflows/ .python-version"
4747
4848 - name : Run Python code security analysis
4949 run : uvx nox -s security-python
You can’t perform that action at this time.
0 commit comments