Commit 4444fdf
Configure cibuildwheel for manual release dispatch (#116)
* Refactor CI to trigger on push and workflow_dispatch
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
* Update tests/test_imports.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add shell: bash to workflow steps
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
* Update setup.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Feat: Use setuptools_scm for versioning
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
* Fix: Use bracket notation for workflow dispatch inputs
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
* Refactor: Simplify wheel artifact naming in CI
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
* Consolidate pull request workflow runs (#118)
* feat: Trigger CI on PR open, sync, and reopen
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
* feat: Setuptools SCM version for sdist build
Co-authored-by: jakub.mojsiejuk <jakub.mojsiejuk@gmail.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 73726ce commit 4444fdf
File tree
4 files changed
+68
-14
lines changed- .github/workflows
- tests
4 files changed
+68
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | | - | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
48 | 63 | | |
49 | 64 | | |
50 | 65 | | |
| 66 | + | |
51 | 67 | | |
52 | 68 | | |
53 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
54 | 74 | | |
55 | 75 | | |
56 | 76 | | |
| |||
87 | 107 | | |
88 | 108 | | |
89 | 109 | | |
| 110 | + | |
90 | 111 | | |
91 | 112 | | |
92 | 113 | | |
| |||
95 | 116 | | |
96 | 117 | | |
97 | 118 | | |
| 119 | + | |
98 | 120 | | |
99 | 121 | | |
100 | 122 | | |
| |||
103 | 125 | | |
104 | 126 | | |
105 | 127 | | |
106 | | - | |
| 128 | + | |
107 | 129 | | |
108 | 130 | | |
109 | 131 | | |
| |||
112 | 134 | | |
113 | 135 | | |
114 | 136 | | |
115 | | - | |
| 137 | + | |
116 | 138 | | |
117 | 139 | | |
118 | 140 | | |
119 | 141 | | |
120 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
121 | 153 | | |
122 | 154 | | |
123 | 155 | | |
| 156 | + | |
124 | 157 | | |
125 | 158 | | |
126 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
127 | 164 | | |
128 | 165 | | |
129 | 166 | | |
| |||
134 | 171 | | |
135 | 172 | | |
136 | 173 | | |
| 174 | + | |
| 175 | + | |
137 | 176 | | |
138 | 177 | | |
139 | 178 | | |
| |||
143 | 182 | | |
144 | 183 | | |
145 | 184 | | |
| 185 | + | |
146 | 186 | | |
147 | 187 | | |
148 | 188 | | |
| |||
151 | 191 | | |
152 | 192 | | |
153 | 193 | | |
| 194 | + | |
154 | 195 | | |
155 | 196 | | |
156 | 197 | | |
| |||
166 | 207 | | |
167 | 208 | | |
168 | 209 | | |
169 | | - | |
| 210 | + | |
170 | 211 | | |
171 | 212 | | |
172 | 213 | | |
| 214 | + | |
| 215 | + | |
173 | 216 | | |
174 | 217 | | |
175 | 218 | | |
| 219 | + | |
176 | 220 | | |
177 | | - | |
178 | | - | |
| 221 | + | |
179 | 222 | | |
180 | 223 | | |
181 | 224 | | |
182 | 225 | | |
183 | 226 | | |
184 | 227 | | |
185 | 228 | | |
| 229 | + | |
186 | 230 | | |
187 | 231 | | |
188 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
13 | | - | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments