Invoke wheel cleaner after the install step #13

Merged
Sergey Sharybin merged 2 commits from wheel_cleanup into main 2024-11-21 09:54:08 +01:00

2 Commits

Author SHA1 Message Date
7222b2b04c Invoke wheel cleaner after the install step
This allows to circumvent some issues which results in
Linux wheel files being much bigger than they should.

Ref blender/blender!130623
2024-11-20 19:39:02 +01:00
b5172b29a1 Fix mypy error
worker/configure.py:45: error: Value of type variable "SupportsRichComparisonT" of "min" cannot be "int | None"  [type-var]
worker/configure.py:45: error: Incompatible return value type (got "int | None", expected "int")  [return-value]
2024-11-20 19:36:53 +01:00