Commit cea934b
committed
Build and upload sdist
Switching to using the `build` module from `pip` to build the sdist and
to build the wheel from the sdist - this ensures that a wheel is
buildable from the sdist. The use of the `wheel` module to build the
wheel was inherited from other scripts in RAPIDS that were copied, and I
don't think there was any reason to prefer it over the `build` module in
the context of numba-cuda.
CI scripts have been updated accordingly to also upload the sdist (so it
can be inspected if necessary). The `gh-action-pypi-publish` step is
unchanged as it is expected to pick up the sdist from the `dist/`
directory.
The version is bumped to 0.0.15 so that a new version with the sdist can
be published to PyPI once it is merged and tagged.1 parent 506ec1a commit cea934b
File tree
4 files changed
+22
-9
lines changed- .github/workflows
- ci
- numba_cuda
4 files changed
+22
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
164 | 170 | | |
165 | 171 | | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
169 | | - | |
| 175 | + | |
| 176 | + | |
170 | 177 | | |
171 | 178 | | |
172 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments