Skip to content

Commit 12dbf93

Browse files
committed
Minor fix in makefile
1 parent 97ef1ed commit 12dbf93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ index-links-test: clean_test
103103
@echo "Running index-links-test"
104104
@./test/idx.sh
105105

106+
version-test:
107+
@$(python_bin) -W error test/r.py @test/minimum.env test/consistent-version.md
108+
106109
test: lib-test modules-test docs-test examples-test index-links-test corner-test
107110

108111
#
@@ -243,8 +246,7 @@ dist:
243246
$(python_bin) setup.py sdist bdist_wheel
244247
rm -Rf build/ *.egg-info
245248

246-
upload: dist
247-
@$(python_bin) -W error test/r.py @test/minimum.env test/consistent-version.md
249+
upload: dist version-test
248250
twine upload dist/*.tar.gz dist/*.whl
249251

250252
clean_test:

0 commit comments

Comments
 (0)