Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
feat: relax geopandas constraint and publish on release
Browse files Browse the repository at this point in the history
  • Loading branch information
chanange authored and VincentDehaye committed May 23, 2024
1 parent cb59e3c commit df0d54e
Show file tree
Hide file tree
Showing 3 changed files with 915 additions and 939 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI

on:
release:
types: [published]

jobs:
sdk_ci:
uses: 20treeAI/github-workflows/.github/workflows/python_library_ci.yml@main
with:
repo_uri: 'https://europe-west4-python.pkg.dev/tree-266510/library'
secrets:
REGISTRY_RW_SERVICEACCOUNT_KEY: ${{ secrets.GAR_RW_PYTHON_SERVICEACCOUNT_KEY }}
Loading

0 comments on commit df0d54e

Please sign in to comment.