Closed FeodorFitsner closed 1 month ago
This pull request updates the wheel building process in the CI/CD pipeline, specifically modifying the AppVeyor configuration and Linux build steps. The changes focus on streamlining the wheel generation process, updating package installation conditions, and refining the wheel naming conventions.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Simplified Windows wheel generation process |
|
.appveyor.yml |
Updated Linux package installation process |
|
.appveyor.yml |
Refined Linux wheel naming and generation process |
|
.appveyor.yml |
Removed separate wheel building script |
|
ci/build-wheels.py |
Summary by Sourcery
Update the AppVeyor configuration to streamline the wheel renaming process and conditionally install dependencies for specific packages. Remove the unused build-wheels script.
Enhancements:
Chores: