There was an error while loading. Please reload this page.
1 parent d2ced11 commit 4cbeedfCopy full SHA for 4cbeedf
1 file changed
scripts/build.ts
@@ -45,7 +45,7 @@ const typesVersions = {
45
}
46
47
const wheelDir = './wheels'
48
-const wheelFiles = fs.readdirSync(wheelDir).filter(name => name.endsWith('.whl'))
+const wheelFiles = fs.readdirSync(wheelDir).filter(name => name.endsWith('.whl')).sort()
49
const lockFilePackages: Record<string, LockfilePackage> = {}
50
51
const extraAssetsExports: Record<string, string> = {}
0 commit comments