File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- name : Check package
19
19
run : |
20
- pip install check-manifest
20
+ pip install -U check-manifest setuptools
21
21
check-manifest
22
22
python setup.py check --metadata --strict
23
23
28
28
29
29
- name : Verify package
30
30
run : |
31
- pip install -q "twine==5 .1.*"
31
+ pip install -q "twine==6 .1.*"
32
32
twine check dist/*
33
- python setup.py clean
34
33
35
34
pkg-install :
36
35
runs-on : ${{ matrix.os }}
47
46
48
47
- name : Create package
49
48
run : |
50
- pip install setuptools wheel
49
+ pip install -U setuptools wheel
51
50
python setup.py sdist bdist_wheel
52
51
53
52
- name : Try installing
Original file line number Diff line number Diff line change 24
24
- id : detect-private-key
25
25
26
26
- repo : https://github.com/executablebooks/mdformat
27
- rev : 0.7.21
27
+ rev : 0.7.22
28
28
hooks :
29
29
- id : mdformat
30
30
args : ['--number']
34
34
- mdformat_frontmatter
35
35
36
36
- repo : https://github.com/astral-sh/ruff-pre-commit
37
- rev : v0.8.6
37
+ rev : v0.11.4
38
38
hooks :
39
39
# try to fix what is possible
40
40
- id : ruff
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [
3
- " setuptools" ,
4
- " wheel" ,
5
- ]
2
+ requires = [" setuptools" , " wheel" ]
3
+ build-backend = " setuptools.build_meta"
6
4
7
5
[tool .pytest .ini_options ]
8
6
norecursedirs = [
You can’t perform that action at this time.
0 commit comments