Skip to content

Commit b5c8d2e

Browse files
committed
tox/CI: fix lintreadme
1 parent 0e30a52 commit b5c8d2e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
strategy:
8383
matrix:
84-
step: [lint-readme, pydocstyle]
84+
step: [lintreadme, pydocstyle]
8585

8686
env:
8787
py-semver: "3.12"

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ skip_install = true
7171
description = Lint the README.md syntax
7272
commands =
7373
make clean dist
74-
twine check dist/schema[-_]salad*
74+
twine check dist/wes[-_]service*
7575
deps =
7676
twine
7777
build

0 commit comments

Comments
 (0)