Commit db0ab1f
committed
Instruction to remove old dist files on release + order URLs
Add a last `rm` to remove files from the `dist/` folder after release,
otherwise PyPI will keep uploading old releases you have locally forever
whenever you do a new release.
Also order URLs in `pyproject.toml`. It's better, and also PyPI orders
them in its sidebar anyway.1 parent fc42ca0 commit db0ab1f
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
| 91 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments