mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Add verbose pip build output
Currently the output is terse and next to useless.
This commit is contained in:
parent
2938150771
commit
123257b607
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pipBuildPhase() {
|
|||
|
||||
mkdir -p dist
|
||||
echo "Creating a wheel..."
|
||||
@pythonInterpreter@ -m pip wheel --no-index --no-deps --no-clean --no-build-isolation --wheel-dir dist .
|
||||
@pythonInterpreter@ -m pip wheel --verbose --no-index --no-deps --no-clean --no-build-isolation --wheel-dir dist .
|
||||
echo "Finished creating a wheel..."
|
||||
|
||||
runHook postBuild
|
||||
|
|
Loading…
Add table
Reference in a new issue