File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " 4eaddb481f0a4bd3d51ef0d5b32ff82a56e2be79 " ,
2+ "_commit" : " dfcbcf4e6b22b8eeffdcf88b2a2ff6e42b6259c9 " ,
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 4747 - name : Set up Python
4848 uses : actions/setup-python@v5
4949 with :
50- python-version-file : .python-version
50+ python-version-file : " pyproject.toml "
5151
5252 - name : Run package build
5353 run : uvx nox -s build-python-package
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 : .python-version
46+ python-version-file : " pyproject.toml "
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 : .python-version
52+ python-version-file : " pyproject.toml "
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 : .python-version
46+ python-version-file : " pyproject.toml "
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 : .python-version
35+ python-version-file : " pyproject.toml "
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 : .python-version
89+ python-version-file : " pyproject.toml "
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 : .python-version
46+ python-version-file : " pyproject.toml "
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