Commit 783874f
authored
ci: Fix building of tags (#426)
Tags were not built because `branches-ignore` was added so only branches
were built.
We also specify that only tags starting with `v` should produce a GitHub
release (and pypi upload), just in case some tag is added that is not
really a new version.1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
196 | | - | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
0 commit comments