We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ef1ed commit 12dbf93Copy full SHA for 12dbf93
1 file changed
Makefile
@@ -103,6 +103,9 @@ index-links-test: clean_test
103
@echo "Running index-links-test"
104
@./test/idx.sh
105
106
+version-test:
107
+ @$(python_bin) -W error test/r.py @test/minimum.env test/consistent-version.md
108
+
109
test: lib-test modules-test docs-test examples-test index-links-test corner-test
110
111
#
@@ -243,8 +246,7 @@ dist:
243
246
$(python_bin) setup.py sdist bdist_wheel
244
247
rm -Rf build/ *.egg-info
245
248
-upload: dist
- @$(python_bin) -W error test/r.py @test/minimum.env test/consistent-version.md
249
+upload: dist version-test
250
twine upload dist/*.tar.gz dist/*.whl
251
252
clean_test:
0 commit comments