Skip to content

Commit

Permalink
Merge branch 'OSGeo:master' into fix_build_polygon_geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
seidlmic authored Jan 18, 2025
2 parents 9b859e3 + e59bf5d commit 336c427
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 277 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
path: ./gdal-feedstock/packages/

- name: Deploy to gdal-master Conda channel
if: github.ref == 'refs/heads/master'
if: github.repository == 'OSGeo/GDAL' && github.ref == 'refs/heads/master'
shell: bash -l {0}
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
source ../ci/travis/conda/upload.sh || true
source ../ci/travis/conda/upload.sh
working-directory: ./gdal-feedstock
Loading

0 comments on commit 336c427

Please sign in to comment.