We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546904b commit dc43553Copy full SHA for dc43553
.github/workflows/package-build.yml
@@ -32,7 +32,7 @@ jobs:
32
run: conda install -c conda-forge grayskull conda-build anaconda-client -y
33
34
- name: Generate meta.yaml with grayskull
35
- run: grayskull pypi ${{ github.event.repository.html_url }}}}"
+ run: grayskull pypi ${{ github.event.repository.html_url }}
36
37
- name: Build conda package
38
run: conda build ${{ github.event.repository.name}}
0 commit comments