Skip to content

Commit 435847a

Browse files
daniellimwsTim 'mithro' Ansell
authored andcommitted
Add twine check to make build.
Should detect errors in the README.rst file. Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com> Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
1 parent 9abbe25 commit 435847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clean: version-clean
3535

3636
# Build and upload commands
3737
build: $(VERSION_PY) | $(CONDA_ENV_PYTHON)
38-
$(IN_CONDA_ENV) python setup.py sdist bdist_wheel
38+
$(IN_CONDA_ENV) python setup.py sdist bdist_wheel && twine check dist/*
3939

4040
.PHONY: build
4141

0 commit comments

Comments
 (0)