mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Ensure twine is installed
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
385af47cf1
commit
77aad732d1
1
Makefile
1
Makefile
|
@ -85,6 +85,7 @@ release-test:
|
||||||
sdist:
|
sdist:
|
||||||
python3 -m build --help > /dev/null 2>&1 || python3 -m pip install build
|
python3 -m build --help > /dev/null 2>&1 || python3 -m pip install build
|
||||||
python3 -m build --sdist
|
python3 -m build --sdist
|
||||||
|
python3 -m twine --help > /dev/null 2>&1 || python3 -m pip install twine
|
||||||
python3 -m twine check --strict dist/*
|
python3 -m twine check --strict dist/*
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user