File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 59
59
- name : Upload package to Test PyPI
60
60
uses : pypa/gh-action-pypi-publish@release/v1
61
61
with :
62
+ attestations : true
62
63
repository-url : https://test.pypi.org/legacy/
63
64
64
65
# Upload to real PyPI on GitHub Releases.
88
89
89
90
- name : Upload package to PyPI
90
91
uses : pypa/gh-action-pypi-publish@release/v1
92
+ with :
93
+ attestations : true
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.6.5
3
+ rev : v0.6.9
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
12
12
exclude : ^html/
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.6 .0
15
+ rev : v5.0 .0
16
16
hooks :
17
17
- id : check-added-large-files
18
18
- id : check-case-conflict
@@ -26,28 +26,28 @@ repos:
26
26
- id : trailing-whitespace
27
27
28
28
- repo : https://github.com/python-jsonschema/check-jsonschema
29
- rev : 0.29.2
29
+ rev : 0.29.3
30
30
hooks :
31
31
- id : check-github-workflows
32
32
- id : check-renovate
33
33
34
34
- repo : https://github.com/rhysd/actionlint
35
- rev : v1.7.1
35
+ rev : v1.7.3
36
36
hooks :
37
37
- id : actionlint
38
38
39
39
- repo : https://github.com/tox-dev/pyproject-fmt
40
- rev : 2.2.3
40
+ rev : 2.2.4
41
41
hooks :
42
42
- id : pyproject-fmt
43
43
44
44
- repo : https://github.com/abravalheri/validate-pyproject
45
- rev : v0.19
45
+ rev : v0.20.2
46
46
hooks :
47
47
- id : validate-pyproject
48
48
49
49
- repo : https://github.com/tox-dev/tox-ini-fmt
50
- rev : 1.4.0
50
+ rev : 1.4.1
51
51
hooks :
52
52
- id : tox-ini-fmt
53
53
You can’t perform that action at this time.
0 commit comments