We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51183e commit 2d7c1bdCopy full SHA for 2d7c1bd
.github/workflows/conda.yml
@@ -33,7 +33,7 @@ jobs:
33
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
34
conda config --set solver libmamba
35
conda build --output-folder conda conda --python ${{matrix.python-version}}
36
-
+ anaconda upload --label main conda/*/*.tar.bz2
37
38
- name: upload artifacts
39
uses: actions/upload-artifact@v4
conda/meta.yaml
@@ -2,11 +2,11 @@
2
3
package:
4
name: "{{ name|lower }}"
5
- version: 0.0.6
+ version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"
6
7
source:
8
git_url: https://github.com/Loop3D/map2loop
9
- git_branch: chore--add-back-conda-build-config
+
10
build:
11
number: 0
12
0 commit comments