Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build config #142

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update meta.yaml
  • Loading branch information
rcervinoucm authored Jul 18, 2024
commit c57f33923c5e90e7f52c328804c9f8c64f0fd980
7 changes: 4 additions & 3 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ package:
version: {{ project.get('dynamic') }}
source:
path: ../..

build:
#noarch: generic
number: 0
noarch: generic
#number: 0
string: {{ 'py'+ PY_VER.replace('.','') + '_' + environ.get('GIT_DESCRIBE_HASH', 'latest') }}
script: python -m pip install .

requirements:
build:
Expand Down
Loading