We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385af47 commit 77aad73Copy full SHA for 77aad73
Makefile
@@ -85,6 +85,7 @@ release-test:
85
sdist:
86
python3 -m build --help > /dev/null 2>&1 || python3 -m pip install build
87
python3 -m build --sdist
88
+ python3 -m twine --help > /dev/null 2>&1 || python3 -m pip install twine
89
python3 -m twine check --strict dist/*
90
91
.PHONY: test
0 commit comments