-
Notifications
You must be signed in to change notification settings - Fork 398
Modernize CI build #614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
molinav
merged 35 commits into
matplotlib:develop
from
cvanelteren:workflow-fix-cleaner
Feb 24, 2025
Merged
Modernize CI build #614
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
87a5b91
unified build and modernizes to CIBUILD
cvanelteren ff3680f
removed eol support and set numpy standard
cvanelteren 7bf4d9a
update dependencies and remove eol support
cvanelteren b3871cb
cleanup old workflows
cvanelteren 4830331
Change Python version in setup step to 3.9
molinav 121ecb2
Restrict numpy version in pyproject.toml build requirements
molinav 9805842
Clean Cython conditions in pyproject.toml build requirements
molinav bac2619
Update python_requires in setup.py files
molinav ddc58bf
Remove CIBW_REPAIR_WHEEL_COMMAND entry in build.yml
molinav 1010b53
Ensure auditwheel can find libraries to bundle
molinav a856f41
Remove old workflows building the data packages
molinav 43c5e35
add sdist
cvanelteren 3b817f9
Add missing GEOS_DIR to build_basemap environment on GNU/Linux
molinav 55b9016
Remove CFLAGS and LDFLAGS from workflow environments
molinav 042e1eb
Refactor pip calls and pip environment variables in new workflow
molinav 8b7ce96
Remove PIP_DISABLE_PIP_VERSION_CHECK from workflow environment
8000
molinav 68a5541
Remove PYTHONWARNINGS from workflow environment
molinav ea3437f
Apply minor refactoring in new workflow
molinav 1af79b5
Simplify cibuildwheel before_all block for GNU/Linux
molinav f78a4b7
Move GEOS_VERSION definition to cibuildwheel GNU/Linux environment
molinav 8e85717
Simplify cibuildwheel before_all block for Windows
molinav 57e0c40
Edit before_all block in Windows workflow to use pwsh commands directly
molinav 220cdc1
Rewrite before_all block in Windows workflow to use cmd
molinav 18fe4c4
Rewrite before_all block in Windows workflow as a one-liner
molinav 3742325
Refactor handling of artifacts in new workflow
molinav 51c1c2b
Apply minor modification in twine check
molinav 35d848f
Remove unused CIBW_BUILD_REQUIRES environment variable
molinav 80f45d6
Remove unused CIBW_PROJECT_REQUIRES_PYTHON environment variable
molinav 28c88a8
Make cibuildwheel store wheels in package dist folder
molinav 21368dc
Redefine GEOS_DIR in new workflow using pwd command
molinav bed3d4d
Unify setup of cibuildwheel environment variables in new workflow
molinav 6170ef0
Make before_all block use YAML folded style
molinav 1a83925
Bring back hyphen in YAML folded syntax
molinav 55b9718
Apply minor reordering in build_data job
molinav 7169457
Remove unused CIBW_ARCHS_LINUX environment variable
molinav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove PIP_DISABLE_PIP_VERSION_CHECK from workflow environment
Based on the `cibuildwheel` docs, this environment variable is already defined by `cibuildwheel`: https://cibuildwheel.pypa.io/en/stable/options/#environment
- Loading branch information
commit 8b7ce96bec1b1c5ed56e1117c84f95cd567c9f38
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.