From 4045d1eb7b11e1db719d315d39c7277332abcf3d Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 17 Jun 2024 09:52:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7(github)=20release=20client=20only?= =?UTF-8?q?=20when=20tagging=20client=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of failing during PyPI package publication, we now only build/publish the client python package when releasing the client and only the client. --- .github/workflows/python-packages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index b0f2c190..03a7f293 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -1,8 +1,9 @@ name: Publish python packages on: - release: - types: [published] + push: + tags: + - 'v*-client' jobs: release-build: