From d4ced258073dc07352c6c3ee927695166220166e Mon Sep 17 00:00:00 2001 From: Ross MacArthur Date: Sat, 21 Dec 2024 10:37:56 +0200 Subject: [PATCH] This is 0.26.2+fork0 --- .github/workflows/ci.yml | 2 +- arq/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f9a9958..939f9bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: release: name: Release needs: [check] - if: "success() && startsWith(github.ref, 'refs/tags/')" + if: "false" runs-on: ubuntu-latest environment: release diff --git a/arq/version.py b/arq/version.py index 521d0144..4a42b252 100644 --- a/arq/version.py +++ b/arq/version.py @@ -1,2 +1,2 @@ # Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`. -VERSION = '0.26.1' +VERSION = '0.26.2+fork0'