disable auto upload

This commit is contained in:
froejdh_e 2025-02-05 15:13:53 +01:00
parent 5a3ca2ae2d
commit fff536782b
3 changed files with 6 additions and 2 deletions

View File

@ -37,6 +37,10 @@ jobs:
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:
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}

View File

@ -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:

View File

@ -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