Commit 5b0c9d4
fix: Add _version.py to .gitignore and handle in workflow
- Add src/weather_mcp/_version.py to .gitignore
- Remove _version.py from git tracking (should be generated)
- Add git update-index --skip-worktree in workflow to prevent dirty state
- Resolves version mismatch caused by modified version file during build
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 891a262 commit 5b0c9d4
3 files changed
Lines changed: 7 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| |||
This file was deleted.
0 commit comments