Skip to content

Commit 39c54bf

Browse files
committed
chore: manual cruft update
1 parent f35bd13 commit 39c54bf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/lint-global.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/security-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)