Skip to content

Commit 77aad73

Browse files
hugovkradarhere
andauthored
Ensure twine is installed
Co-authored-by: Andrew Murray <[email protected]>
1 parent 385af47 commit 77aad73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ release-test:
8585
sdist:
8686
python3 -m build --help > /dev/null 2>&1 || python3 -m pip install build
8787
python3 -m build --sdist
88+
python3 -m twine --help > /dev/null 2>&1 || python3 -m pip install twine
8889
python3 -m twine check --strict dist/*
8990

9091
.PHONY: test

0 commit comments

Comments
 (0)