Commit c3cd473
authored
fix: prevent PyPI local version rejection (#468)
- Add fetch-depth: 0 to checkout step for full git history
- Configure setuptools_scm local_scheme to strip local version identifiers
- Fixes issue where shallow clone prevented tag detection
- Resolves PyPI 400 error: local versions not allowed1 parent fc299ed commit c3cd473
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments