Skip to content

Commit 55913af

Browse files
committed
Build GDAL in vcpkg instead of grabbing a prebuilt wheel
1 parent 0cfe870 commit 55913af

File tree

5 files changed

+11
-368
lines changed

5 files changed

+11
-368
lines changed
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Python Wheels
1+
name: Build Python Zip
22

33
on:
44
push:
@@ -9,23 +9,20 @@ on:
99
- main
1010

1111
jobs:
12-
python-wheels:
12+
python-zip:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Setup Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.12.10'
21-
- name: Install dependencies
22-
run: pip3 install wheel --break-system-packages
23-
- name: Build wheels
20+
python-version: '3.12.9'
21+
- name: Build Python zip
2422
run: python3 get_deps.py
25-
- name: Upload wheels
23+
- name: Upload zip
2624
uses: actions/upload-artifact@v4
2725
with:
28-
name: python_wheels
26+
name: python_zip
2927
path: |
30-
./*.whl
3128
./*.zip

cpl_config.h

Lines changed: 0 additions & 221 deletions
This file was deleted.

gdal_includes.txt

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)