Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commitcc202cc
committed
Improve when and how Makefile suggests virtual env
The avoids showing the message when the build command was alreadyrun in a virtual environment.It also keeps the command failing, so the subsequent twine commandis not attempted. (Just adding "|| echo ..." caused the command tosucceed, because "echo ..." itself succeeds except in the rare caseit cannot write to standard output.)1 parentb1c61d9 commitcc202cc
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 |
| |
26 | 33 |
|
0 commit comments
Comments
(0)