mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-21 06:10:02 +02:00
disable auto upload
This commit is contained in:
parent
5a3ca2ae2d
commit
fff536782b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -37,6 +37,10 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: conda config --set anaconda_upload yes
|
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
|
- name: Build
|
||||||
env:
|
env:
|
||||||
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
|
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
package:
|
package:
|
||||||
name: aare
|
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:
|
source:
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "aare"
|
name = "aare"
|
||||||
version = "2025.1.9.dev0"
|
version = "2025.2.5.dev0"
|
||||||
|
|
||||||
[tool.scikit-build]
|
[tool.scikit-build]
|
||||||
cmake.verbose = true
|
cmake.verbose = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user