Skip to content

Commit 2d7c1bd

Browse files
committed
disable debug conda build
1 parent f51183e commit 2d7c1bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
3434
conda config --set solver libmamba
3535
conda build --output-folder conda conda --python ${{matrix.python-version}}
36-
36+
anaconda upload --label main conda/*/*.tar.bz2
3737
3838
- name: upload artifacts
3939
uses: actions/upload-artifact@v4

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
package:
44
name: "{{ name|lower }}"
5-
version: 0.0.6
5+
version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"
66

77
source:
88
git_url: https://github.com/Loop3D/map2loop
9-
git_branch: chore--add-back-conda-build-config
9+
1010
build:
1111
number: 0
1212

0 commit comments

Comments
 (0)