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