Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pacmak/python): improve detection of twine (#845)
Attempt to check for `twine` using `which`, and only fall back to `pip3 show` if that fails. This should hopefully improve detection in contexts where a Python virtual environment is activated that does not have `twine` installed in it, causing `pip3 show` to (presumably) not see it.
- Loading branch information