Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Python Wheels
name: Build Python Zip

on:
push:
Expand All @@ -9,23 +9,20 @@ on:
- main

jobs:
python-wheels:
python-zip:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.12.10'
- name: Install dependencies
run: pip3 install wheel --break-system-packages
- name: Build wheels
python-version: '3.12.9'
- name: Build Python zip
run: python3 get_deps.py
- name: Upload wheels
- name: Upload zip
uses: actions/upload-artifact@v4
with:
name: python_wheels
name: python_zip
path: |
./*.whl
./*.zip
221 changes: 0 additions & 221 deletions cpl_config.h

This file was deleted.

72 changes: 0 additions & 72 deletions gdal_includes.txt

This file was deleted.

Loading
Loading