Skip to content

Commit

Permalink
disable debug conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 13, 2025
1 parent f51183e commit 2d7c1bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
conda config --set solver libmamba
conda build --output-folder conda conda --python ${{matrix.python-version}}
anaconda upload --label main conda/*/*.tar.bz2
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

package:
name: "{{ name|lower }}"
version: 0.0.6
version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"

source:
git_url: https://github.com/Loop3D/map2loop
git_branch: chore--add-back-conda-build-config

build:
number: 0

Expand Down

0 comments on commit 2d7c1bd

Please sign in to comment.