We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6239d5f commit a8c6d9bCopy full SHA for a8c6d9b
1 file changed
Makefile
@@ -85,7 +85,7 @@ docs: docs-build
85
86
release-check: check-python
87
rm -rf build dist
88
- $(BUILD) --no-isolation
+ $(BUILD)
89
$(TWINE) check dist/*
90
91
ci: qa coverage docstrings-check docs-check run-example release-check
0 commit comments