Commit c646a52
authored
fix(ci): Remove publish_to_pypi condition - always publish (#449)
Removed the problematic publish_to_pypi condition that was causing
the publish job to skip. The workflow will now always publish when
triggered manually or via tag push.
Changes:
- Removed if condition from publish job
- Removed publish_to_pypi input parameter
The workflow is simpler: trigger it when you want to publish.1 parent 32f55dd commit c646a52
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
| |||
222 | 217 | | |
223 | 218 | | |
224 | 219 | | |
225 | | - | |
226 | 220 | | |
227 | 221 | | |
228 | 222 | | |
| |||
0 commit comments