diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79b77ef..abe9349 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,6 +125,7 @@ jobs: build-docs: name: Build documentation + needs: [check-tag-existance] runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fde628..8882547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project(PyCAPIO LANGUAGES CXX DESCRIPTION "Native integration of the CAPIO methodology within the python interpreter" - VERSION 0.0.1 + VERSION 0.0.2 ) include(FetchContent)