Commit 3dc6b9b
committed
Switch CI workflow and build system to Poetry for dependency management
- Replace manual `pip` installation of `build` and `twine` with Poetry's dependency groups.
- Update workflow commands to use `poetry install` and `poetry run`.
- Add build-specific dependencies to `pyproject.toml`.
- Update the lock file accordingly.1 parent 6cade44 commit 3dc6b9b
3 files changed
+706
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
24 | 22 | | |
25 | | - | |
| 23 | + | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
0 commit comments