File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 81
81
82
82
strategy :
83
83
matrix :
84
- step : [lint-readme , pydocstyle]
84
+ step : [lintreadme , pydocstyle]
85
85
86
86
env :
87
87
py-semver : " 3.12"
Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ dev: install-dep
69
69
pip install -e .$(EXTRAS )
70
70
71
71
# # dist : create a module package for distribution
72
- dist : dist/${MODULE}-$(VERSION ) .tar.gz
73
-
74
- dist/${MODULE}-$(VERSION ) .tar.gz : $(SOURCES )
72
+ dist : FORCE
75
73
python -m build
76
74
77
75
# # clean : clean up all temporary / machine-generated files
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ skip_install = true
71
71
description = Lint the README.md syntax
72
72
commands =
73
73
make clean dist
74
- twine check dist/schema [-_]salad *
74
+ twine check dist/wes [-_]service *
75
75
deps =
76
76
twine
77
77
build
You can’t perform that action at this time.
0 commit comments