From 2d0f251592a296d689b7b6f1199cfe911366a2e4 Mon Sep 17 00:00:00 2001 From: ReiHashimoto <42664619+ReiHashimoto@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:23:09 +0900 Subject: [PATCH] use pip show --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c08a7cf8b..2e50708ee 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ upload_testpypi: .PHONY: install_testpypi install_testpypi: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ optinist - pip list | grep optinist + pip show optinist .PHONY: push_pypi push_pypi: