From fff536782bd1dafaee36e8cd1e100b995f7fc069 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Wed, 5 Feb 2025 15:13:53 +0100 Subject: [PATCH] disable auto upload --- .github/workflows/deploy.yml | 4 ++++ conda-recipe/meta.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81edde3..f50de2a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,10 @@ jobs: - name: Enable upload if: github.ref == 'refs/heads/main' run: conda config --set anaconda_upload yes + + - name: Disable upload + if: github.ref == 'refs/heads/main' + run: conda config --set anaconda_upload no - name: Build env: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 6eeec38..978fa18 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: aare - version: 2025.1.9.dev0 #TODO! how to not duplicate this? + version: 2025.2.5.dev0 #TODO! how to not duplicate this? source: diff --git a/pyproject.toml b/pyproject.toml index 1b75d02..7ffd22a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "aare" -version = "2025.1.9.dev0" +version = "2025.2.5.dev0" [tool.scikit-build] cmake.verbose = true