Commit be5a90d
committed
Guard release and PyPI publish steps to only run on tag pushes
Both steps were running on workflow_dispatch from master where github.ref_name
is the branch name, not a version tag. This caused the release step to fail
which blocked the PyPI publish step entirely.1 parent 2a77e9a commit be5a90d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
0 commit comments