Commit 9cdee3a
committed
Use matrix Python version in PyPI deploy workflow
Replaces hardcoded Python 3.12 with dynamic version from matrix in the GitHub Actions workflow for PyPI release deployment. This allows the workflow to run with different Python versions as specified in the matrix configuration.1 parent 9ccfea1 commit 9cdee3a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments