Skip to content

Commit a1dfb69

Browse files
committed
Merge remote-tracking branch 'pytest-xdist/master' into dev/ci/TUR-21619-lint-merge
2 parents f73e306 + a66354a commit a1dfb69

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/deploy.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@v2.8
22+
uses: hynek/build-and-inspect-python-package@v2.9
2323

2424
deploy:
2525
needs: package
@@ -39,7 +39,9 @@ jobs:
3939
path: dist
4040

4141
- name: Publish package to PyPI
42-
uses: pypa/[email protected]
42+
uses: pypa/[email protected]
43+
with:
44+
attestations: true
4345

4446
- name: Push tag
4547
run: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Build and Check Package
25-
uses: hynek/build-and-inspect-python-package@v2.8
25+
uses: hynek/build-and-inspect-python-package@v2.9
2626

2727
test:
2828

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.6.1"
3+
rev: "v0.6.5"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -23,7 +23,7 @@ repos:
2323
language: python
2424
additional_dependencies: [pygments, restructuredtext_lint]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.11.1
26+
rev: v1.11.2
2727
hooks:
2828
- id: mypy
2929
files: ^(src/|testing/)

0 commit comments

Comments
 (0)