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
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user