Commit 1f5115b
authored
misc: update wheel building and release scripts (#9570)
* new upload pypi script
CI now builds the pure Python wheel and sdist.
Use the Github API to pull down all assets associated with the CI build.
Because this script now does very little, it's a lot simpler.
Since it's no longer building things, I assume we can be less picky
about what Python we use.
The version check now runs against the sdist, which is nice.
* update trigger wheel build for new wheel building
* remove more scripts
download-mypyc-wheels is now subsumed by upload-pypi, which uses the
Github API instead of hardcoding filenames.
test_installed_version is part of mypyc_mypy-wheels and some of what it
does is taken care of by cibuildwheel
* fix repo :-)
Co-authored-by: hauntsaninja <>1 parent 6e8c0cd commit 1f5115b
4 files changed
Lines changed: 118 additions & 270 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 13 | + | |
19 | 14 | | |
20 | 15 | | |
21 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
0 commit comments