Skip to content

Commit 4cbeedf

Browse files
committed
Package wheels in alphabetical order.
1 parent d2ced11 commit 4cbeedf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const typesVersions = {
4545
}
4646

4747
const wheelDir = './wheels'
48-
const wheelFiles = fs.readdirSync(wheelDir).filter(name => name.endsWith('.whl'))
48+
const wheelFiles = fs.readdirSync(wheelDir).filter(name => name.endsWith('.whl')).sort()
4949
const lockFilePackages: Record<string, LockfilePackage> = {}
5050

5151
const extraAssetsExports: Record<string, string> = {}

0 commit comments

Comments
 (0)