Commit 6db5943
fix(release): drop quant-server.exe on Windows + add workflow_dispatch (#45)
The Windows build job tried to copy quant-server.exe which doesn't
exist — CMakeLists.txt:311 has `if(TQ_BUILD_SERVER AND NOT MSVC)` so
quant-server is intentionally not built on MSVC (uses POSIX sockets).
Changes:
1. Windows build no longer passes -DTQ_BUILD_SERVER=ON (no-op anyway)
and the package step no longer references quant-server.exe.
2. Added workflow_dispatch trigger so the release workflow can be
re-run for an existing tag without re-tagging.
3. Each checkout step now respects github.event.inputs.tag for
workflow_dispatch runs.
4. softprops/action-gh-release uses explicit tag_name from input.
This unblocks the v0.12.0 GitHub Release (PyPI v0.12.0 already
published successfully).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 97a422c commit 6db5943
1 file changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| 48 | + | |
| 49 | + | |
40 | 50 | | |
41 | 51 | | |
42 | 52 | | |
| |||
62 | 72 | | |
63 | 73 | | |
64 | 74 | | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
68 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
74 | 90 | | |
75 | 91 | | |
76 | | - | |
77 | 92 | | |
78 | 93 | | |
79 | 94 | | |
| |||
96 | 111 | | |
97 | 112 | | |
98 | 113 | | |
| 114 | + | |
99 | 115 | | |
100 | 116 | | |
101 | 117 | | |
| |||
0 commit comments