File tree 2 files changed +8
-13
lines changed
2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
with :
22
- # Should be enough for setuptools-scm
23
- fetch-depth : 100
24
- persist-credentials : false
22
+ # Should be enough for setuptools-scm
23
+ fetch-depth : 100
24
+ persist-credentials : false
25
25
26
26
- name : Get tags
27
27
run : git fetch origin 'refs/tags/*:refs/tags/*'
33
33
34
34
- name : Install build tools
35
35
run : |
36
- python -m pip install --upgrade pip build
36
+ python -m pip install --upgrade pip build twine
37
37
38
38
- name : Build binary wheel
39
39
run : python -m build --sdist --wheel . --outdir dist
Original file line number Diff line number Diff line change @@ -68,16 +68,11 @@ repos:
68
68
hooks :
69
69
- id : add-trailing-comma
70
70
71
- - repo : https://github.com/deathbeds/prenotebook
72
- rev : f5bdb72a400f1a56fe88109936c83aa12cc349fa
71
+ - repo : https://github.com/pycqa/pydocstyle
72
+ rev : 6.1.1
73
73
hooks :
74
- - id : prenotebook
75
-
76
- - repo : https://github.com/pycqa/pydocstyle
77
- rev : 6.1.1
78
- hooks :
79
- - id : pydocstyle
80
- exclude : ^(docs|setup.py)
74
+ - id : pydocstyle
75
+ exclude : ^(docs|setup.py)
81
76
82
77
ci :
83
78
autofix_commit_msg : |
You can’t perform that action at this time.
0 commit comments