We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312bfdf commit 40f5950Copy full SHA for 40f5950
make.py
@@ -1991,7 +1991,7 @@ def make(
1991
self.distribution.patch_standard_packages('pip')
1992
# not forced update of pip (FIRST) and setuptools here
1993
for req in ('pip', 'setuptools', 'winpython'):
1994
- actions = ["install", "--upgrade", req]
+ actions = ["install", "--upgrade", "--pre", req]
1995
if self.install_options is not None:
1996
actions += self.install_options
1997
print("piping %s" % ' '.join(actions))
0 commit comments