Skip to content
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

Modernize CI build #614

Merged
merged 35 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
87a5b91
unified build and modernizes to CIBUILD
cvanelteren Feb 18, 2025
ff3680f
removed eol support and set numpy standard
cvanelteren Feb 18, 2025
7bf4d9a
update dependencies and remove eol support
cvanelteren Feb 18, 2025
b3871cb
cleanup old workflows
cvanelteren Feb 18, 2025
4830331
Change Python version in setup step to 3.9
molinav Feb 18, 2025
121ecb2
Restrict numpy version in pyproject.toml build requirements
molinav Feb 18, 2025
9805842
Clean Cython conditions in pyproject.toml build requirements
molinav Feb 18, 2025
bac2619
Update python_requires in setup.py files
molinav Feb 18, 2025
ddc58bf
Remove CIBW_REPAIR_WHEEL_COMMAND entry in build.yml
molinav Feb 18, 2025
1010b53
Ensure auditwheel can find libraries to bundle
molinav Feb 18, 2025
a856f41
Remove old workflows building the data packages
molinav Feb 18, 2025
43c5e35
add sdist
cvanelteren Feb 18, 2025
3b817f9
Add missing GEOS_DIR to build_basemap environment on GNU/Linux
molinav Feb 19, 2025
55b9016
Remove CFLAGS and LDFLAGS from workflow environments
molinav Feb 19, 2025
042e1eb
Refactor pip calls and pip environment variables in new workflow
molinav Feb 19, 2025
8b7ce96
Remove PIP_DISABLE_PIP_VERSION_CHECK from workflow environment
molinav Feb 19, 2025
68a5541
Remove PYTHONWARNINGS from workflow environment
molinav Feb 19, 2025
ea3437f
Apply minor refactoring in new workflow
molinav Feb 19, 2025
1af79b5
Simplify cibuildwheel before_all block for GNU/Linux
molinav Feb 19, 2025
f78a4b7
Move GEOS_VERSION definition to cibuildwheel GNU/Linux environment
molinav Feb 19, 2025
8e85717
Simplify cibuildwheel before_all block for Windows
molinav Feb 19, 2025
57e0c40
Edit before_all block in Windows workflow to use pwsh commands directly
molinav Feb 19, 2025
220cdc1
Rewrite before_all block in Windows workflow to use cmd
molinav Feb 19, 2025
18fe4c4
Rewrite before_all block in Windows workflow as a one-liner
molinav Feb 19, 2025
3742325
Refactor handling of artifacts in new workflow
molinav Feb 20, 2025
51c1c2b
Apply minor modification in twine check
molinav Feb 20, 2025
35d848f
Remove unused CIBW_BUILD_REQUIRES environment variable
molinav Feb 20, 2025
80f45d6
Remove unused CIBW_PROJECT_REQUIRES_PYTHON environment variable
molinav Feb 21, 2025
28c88a8
Make cibuildwheel store wheels in package dist folder
molinav Feb 21, 2025
21368dc
Redefine GEOS_DIR in new workflow using pwd command
molinav Feb 21, 2025
bed3d4d
Unify setup of cibuildwheel environment variables in new workflow
molinav Feb 22, 2025
6170ef0
Make before_all block use YAML folded style
molinav Feb 22, 2025
1a83925
Bring back hyphen in YAML folded syntax
molinav Feb 22, 2025
55b9718
Apply minor reordering in build_data job
molinav Feb 22, 2025
7169457
Remove unused CIBW_ARCHS_LINUX environment variable
molinav Feb 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 0 additions & 137 deletions .github/workflows/basemap-data-hires.yml

This file was deleted.

137 changes: 0 additions & 137 deletions .github/workflows/basemap-data.yml

This file was deleted.

Loading