From 6566c70db3778e4450ee47077561eb890d5f860b Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 18 Dec 2024 00:30:41 +0100 Subject: [PATCH] Update ci of python. --- .github/workflows/release-python.yml | 2 +- source/ports/py_port/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index c352504de..1401f88be 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -4,7 +4,7 @@ on: push: branches: [ master, develop ] paths: - - 'source/ports/py_port/setup.py' + - 'source/ports/py_port/VERSION' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/source/ports/py_port/VERSION b/source/ports/py_port/VERSION index 09a3acfa1..5d4294b91 100644 --- a/source/ports/py_port/VERSION +++ b/source/ports/py_port/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.5.1 \ No newline at end of file