Skip to content

Commit

Permalink
👷(github) release client only when tagging client release
Browse files Browse the repository at this point in the history
Instead of failing during PyPI package publication, we now only
build/publish the client python package when releasing the client and
only the client.
  • Loading branch information
jmaupetit committed Jun 17, 2024
1 parent a22b9f8 commit 32d1f67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish python packages

on:
release:
types: [published]
push:
tags:
- 'v*-client'

jobs:
release-build:
Expand Down

0 comments on commit 32d1f67

Please sign in to comment.