Commit 371e14d
fix: pin pypi-publish to SHA; add migration 0015 for slug unique_with
- Pin pypa/gh-action-pypi-publish to full commit SHA (cef2210) instead
of mutable release/v1 tag; keep tag as trailing comment
- Add migration 0015 to capture unique_with=("region","subregion") on
AbstractCity.slug added in the maintenance pass — state-only change,
no SQL DDL emitted by autoslug
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 98bab18 commit 371e14d
2 files changed
Lines changed: 26 additions & 1 deletion
File tree
- .github/workflows
- src/cities_light/migrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments