Commit 5f225ad
fix: eliminate upload/download-artifact to remove Node.js Buffer() deprecation
Merge dev-build + pypi-dev-publish into a single build-and-publish job.
The dist/ directory never leaves the runner, so upload-artifact and
download-artifact are not needed — and neither is the Buffer() deprecation
warning emitted by the download-artifact action's bundled Node.js code.
- Removed: actions/upload-artifact@v7, actions/download-artifact@v8
- Merged: pypi publish step is now the last step of the build job
- continue-on-error on the publish step only (not the whole job)
- docs-build needs: build-and-publish (renamed dependency)
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 7f88cff commit 5f225ad
1 file changed
Lines changed: 7 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 63 | | |
78 | 64 | | |
| 65 | + | |
79 | 66 | | |
80 | 67 | | |
81 | | - | |
| 68 | + | |
82 | 69 | | |
83 | 70 | | |
84 | 71 | | |
| |||
0 commit comments