8000 Merge pull request #903 from stonebig/master · sandeepjana/winpython@1026991 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 1026991

Browse files
authored
Merge pull request winpython#903 from stonebig/master
needs a --pre to test next pip
2 parents c367004 + 40f5950 commit 1026991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ def make(
19911991
self.distribution.patch_standard_packages('pip')
19921992
# not forced update of pip (FIRST) and setuptools here
19931993
for req in ('pip', 'setuptools', 'winpython'):
1994-
actions = ["install", "--upgrade", req]
1994+
actions = ["install", "--upgrade", "--pre", req]
19951995
if self.install_options is not None:
19961996
actions += self.install_options
19971997
print("piping %s" % ' '.join(actions))

0 commit comments

Comments
 (0)
0