Commit 178baf7
committed
ci(release): grant contents:write, skip-existing on PyPI, decouple crates from CLI build
- Top-level permissions: contents: write so softprops/action-gh-release
can actually create the Release.
- pypa/gh-action-pypi-publish: skip-existing: true so re-runs don't fail
when a version already exists.
- publish-crates no longer depends on build-cli; crates.io publication
is orthogonal to the binary-archive build.
First attempt at v0.1.0-rc.1 published evolveai 0.1.0 to PyPI but
failed to create the GitHub Release or publish to crates.io. Deleting
and re-tagging after this fix.1 parent e520cd0 commit 178baf7
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments