Skip to content

Commit

Permalink
Merge pull request #72 from haasad/upload-conda-recipe
Browse files Browse the repository at this point in the history
Upload conda recipe as artifact
  • Loading branch information
haasad authored Mar 28, 2024
2 parents f2ede0e + 7db96be commit e38e44a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Generate conda recipe
run: |
grayskull pypi https://github.com/haasad/PyPardiso --sections {package,source,build,requirements,about} --strict-conda-forge
- name: Upload recipe
uses: actions/upload-artifact@v3
with:
name: meta.yaml
path: PyPardiso/meta.yaml
- name: setuptools-scm work-around
run: |
VERSION=$(grep "set version" PyPardiso/meta.yaml | cut -d '"' -f2)
Expand Down

0 comments on commit e38e44a

Please sign in to comment.