We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46bbd71 + 3c45f54 commit 348f57fCopy full SHA for 348f57f
1 file changed
Makefile
@@ -90,3 +90,7 @@ yamllint:
90
legacy-package:
91
python3 setup.py build
92
python3 setup.py install
93
+
94
+.PHONY: package
95
+package:
96
+ (umask 0022; python -m build; python -m twine check --strict ./dist/*)
0 commit comments