Commit d26d373
committed
Restore setuptools_scm dynamic versioning reverted by SDK regeneration
The SDK regeneration in #45 reverted the PLAT-193 fix (a1fa54f):
pyproject.toml went back to a hardcoded version = "1.0.0", so every tag
push built opal_security-1.0.0, which already exists on PyPI, and
twine --skip-existing silently skipped the upload. Re-apply the fix
(dynamic version via setuptools_scm) and add pyproject.toml to
.openapi-generator-ignore so regeneration cannot revert it again.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ssy8nmvQp1U5d73pCMFNXi1 parent d9915af commit d26d373
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments