Skip to content

Commit

Permalink
Try a fix in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Oct 30, 2023
1 parent ad628ff commit 8e179a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install system packages
run: sudo apt-get install -y libgdal-dev
- name: Setup Environment Variables
run: echo "GDAL_CONFIG=/usr/bin/gdal-config" >> $GITHUB_ENV
- name: Install dependencies
run: |
python -m pip install --upgrade pip build twine
pip install GDAL==`gdal-config --version`
- name: Build
run: |
python -m build --sdist --wheel .
Expand Down

0 comments on commit 8e179a0

Please sign in to comment.