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

Commit df0d54e

Browse files
chanangeVincentDehaye
authored andcommitted
feat: relax geopandas constraint and publish on release
1 parent cb59e3c commit df0d54e

File tree

3 files changed

+915
-939
lines changed

3 files changed

+915
-939
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
sdk_ci:
9+
uses: 20treeAI/github-workflows/.github/workflows/python_library_ci.yml@main
10+
with:
11+
repo_uri: 'https://europe-west4-python.pkg.dev/tree-266510/library'
12+
secrets:
13+
REGISTRY_RW_SERVICEACCOUNT_KEY: ${{ secrets.GAR_RW_PYTHON_SERVICEACCOUNT_KEY }}

0 commit comments

Comments
 (0)