Skip to content

Commit ca9761a

Browse files
committed
Copy and upload all wheels
1 parent edb7bac commit ca9761a

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)