Commit 4f36422
committed
fix: copy local meta.yaml in release workflow for bioconda PR
The release workflow was only sed-patching version/sha256 into whatever
meta.yaml existed upstream in bioconda-recipes. Structural changes (deps,
build flags) from our local recipes/smaca/meta.yaml were never propagated,
causing py313 builds to fail (missing setuptools).
Now the workflow checks out this repo and copies our local meta.yaml
before applying version/sha256/build-number substitutions.1 parent 36f7914 commit 4f36422
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| 121 | + | |
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
| |||
0 commit comments