Skip to content

Commit 7f9e2c7

Browse files
committed
[GR-66100] Copy and upload all wheels.
PullRequest: graalpython/3850
2 parents edb7bac + ca9761a commit 7f9e2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wheelbuilder/build_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def build_wheels(pip):
190190

191191

192192
def repair_wheels():
193-
whls = glob("*graalpy*.whl")
193+
whls = glob("*.whl")
194194
env = os.environ.copy()
195195
env["PYTHONUTF8"] = "1"
196196
env["PATH"] = abspath(dirname(sys.executable)) + os.pathsep + env["PATH"]

0 commit comments

Comments
 (0)