File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " dfcbcf4e6b22b8eeffdcf88b2a2ff6e42b6259c9 " ,
2+ "_commit" : " 4791d8ea236a9167781afea85128b49adf52127c " ,
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" : " dfcbcf4e6b22b8eeffdcf88b2a2ff6e42b6259c9 " ,
3+ "commit" : " 4791d8ea236a9167781afea85128b49adf52127c " ,
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" : " dfcbcf4e6b22b8eeffdcf88b2a2ff6e42b6259c9 "
21+ "_commit" : " 4791d8ea236a9167781afea85128b49adf52127c "
2222 }
2323 },
2424 "directory" : null
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 - name : Set up Python
4848 uses : actions/setup-python@v5
4949 with :
50- python-version-file : " pyproject.toml "
50+ python-version-file : " .github \w orkflows \. python-version "
5151
5252 - name : Run package build
53- run : uvx nox -s build-python-package
53+ run : uvx nox -s build-python
5454
5555 - name : Upload built packages artifact
5656 uses : actions/upload-artifact@v4
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 : " pyproject.toml "
46+ python-version-file : " .githubworkflows.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 : " pyproject.toml "
52+ python-version-file : " .githubworkflows.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 : " pyproject.toml "
46+ python-version-file : " .githubworkflows.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 : " pyproject.toml "
35+ python-version-file : " .githubworkflows.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 : " pyproject.toml "
89+ python-version-file : " .githubworkflows.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 : " pyproject.toml "
46+ python-version-file : " .githubworkflows.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