Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jul 16, 2024
1 parent 0ef07b2 commit 4c26eb8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{% set pyproject = load_file_data('pyproject.toml') %}
{% set poetry = pyproject.get('tool', {}).get('poetry') %}

package:
name: ctlearn
version: {{ GIT_DESCRIBE_TAG }}
name: {{ poetry.get('name') }}
version: {{ poetry.get('version') }}
source:
path: ../..

Expand Down

0 comments on commit 4c26eb8

Please sign in to comment.