Skip to content

Commit

Permalink
use pip show
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiHashimoto committed Nov 14, 2023
1 parent 3cfeaff commit 2d0f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d0f251

Please sign in to comment.