Commit c95ff54
committed
ci: publish only sdist on PyPi
Pre building the binaries with wheels is difficult, as we would also
need to ship the libnvme.so with the Python binding.
This is a well known limitation of this kind of setup (binding to a
shared library). Most project fallback to just ship the sdist.
Though there is a drawback as the C library is missing and the user
has to provide the library himself, with all problems which come along
with setup. But it seems common practice with other Python bindings,
so we don't want to be hostile to the ones which know what they are
doing.
Normal users should just use the distribution packages anyway.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 033449f commit c95ff54
1 file changed
Lines changed: 25 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 1 | | |
10 | 2 | | |
11 | 3 | | |
12 | 4 | | |
13 | 5 | | |
| 6 | + | |
| 7 | + | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 13 | | |
39 | 14 | | |
40 | 15 | | |
41 | 16 | | |
42 | | - | |
| 17 | + | |
43 | 18 | | |
44 | 19 | | |
45 | 20 | | |
46 | 21 | | |
47 | | - | |
| 22 | + | |
48 | 23 | | |
49 | 24 | | |
50 | 25 | | |
51 | 26 | | |
52 | | - | |
53 | | - | |
| 27 | + | |
| 28 | + | |
54 | 29 | | |
55 | | - | |
| 30 | + | |
56 | 31 | | |
57 | | - | |
| 32 | + | |
58 | 33 | | |
59 | 34 | | |
60 | 35 | | |
61 | 36 | | |
62 | 37 | | |
63 | | - | |
| 38 | + | |
64 | 39 | | |
65 | 40 | | |
66 | 41 | | |
67 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments