Commit 1fffc8b
committed
Update pip-install.yml workflow to match BigPlanet configuration
Modernize the pip-install workflow following the working BigPlanet template:
- Update Python versions from 3.7-3.9 to 3.9-3.14 (matching project requirements)
- Update OS matrix to use specific versions: macos-15-intel, macos-26, ubuntu-22.04, ubuntu-24.04
- Upgrade GitHub Actions versions:
- actions/checkout@v3 → v4
- actions/setup-python@v4 → v5
- actions/upload-artifact@v3 → v4
- actions/download-artifact@v3 → v4
- Add allow-prereleases flag for Python 3.14 support
- Replace deprecated pep517 with modern python -m build
- Update build dependencies: add build, setuptools, wheel
- Add artifact naming to prevent conflicts in multi-job builds
- Modernize PyPI upload:
- Use trusted publishing with id-token permissions
- Update to pypa/gh-action-pypi-publish@release/v1
- Remove deprecated password-based authentication
- Add merge-multiple for artifact downloads
This ensures the release workflow follows current GitHub Actions and PyPI best practices.1 parent 5584340 commit 1fffc8b
1 file changed
+16
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | | - | |
| 58 | + | |
55 | 59 | | |
56 | | - | |
| 60 | + | |
57 | 61 | | |
| 62 | + | |
58 | 63 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 64 | + | |
0 commit comments