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 8181
8282 strategy :
8383 matrix :
84- step : [lint-readme , pydocstyle]
84+ step : [lintreadme , pydocstyle]
8585
8686 env :
8787 py-semver : " 3.12"
Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ dev: install-dep
6969 pip install -e .$(EXTRAS )
7070
7171# # 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
7573 python -m build
7674
7775# # 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
7171description = Lint the README.md syntax
7272commands =
7373 make clean dist
74- twine check dist/schema [-_]salad *
74+ twine check dist/wes [-_]service *
7575deps =
7676 twine
7777 build
You can’t perform that action at this time.
0 commit comments