We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cfe870 + 3e42dc8 commit 8a01d89Copy full SHA for 8a01d89
5 files changed
…ithub/workflows/build_python_wheels.yaml .github/workflows/build_python_zip.yaml.github/workflows/build_python_wheels.yaml renamed to .github/workflows/build_python_zip.yaml
@@ -1,4 +1,4 @@
1
-name: Build Python Wheels
+name: Build Python Zip
2
3
on:
4
push:
@@ -9,23 +9,20 @@ on:
9
- main
10
11
jobs:
12
- python-wheels:
+ python-zip:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
17
- name: Setup Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: '3.12.10'
21
- - name: Install dependencies
22
- run: pip3 install wheel --break-system-packages
23
- - name: Build wheels
+ python-version: '3.12.9'
+ - name: Build Python zip
24
run: python3 get_deps.py
25
- - name: Upload wheels
+ - name: Upload zip
26
uses: actions/upload-artifact@v4
27
28
- name: python_wheels
+ name: python_zip
29
path: |
30
- ./*.whl
31
./*.zip
cpl_config.h
gdal_includes.txt
0 commit comments