Commit f4cf73a
authored
feat: add GitHub Actions workflow for PyPI publishing and update CI (#4)
* feat: add GitHub Actions workflow for publishing to PyPI on release
- Introduced a new workflow that triggers on GitHub releases to automate the
publishing of Python packages to PyPI.
- Configured steps for checking out the code, setting up Python,
installing dependencies, building the package, and publishing it.
- Ensures that existing versions on PyPI do not cause failures during the
publish process.
* chore: update CI workflow to use latest actions versions
- Upgraded actions/checkout from v4 to v6 and actions/setup-python from v5 to v6
in the CI configuration.
- Ensures compatibility with the latest features and improvements in GitHub
Actions.
* chore: upgrade actions in CI workflow to latest versions
- Updated actions/checkout from v4 to v6 and actions/setup-python from v5 to v6 in the
publish-pypi.yml workflow.
- Ensures compatibility with the latest features and improvements in GitHub Actions.1 parent 0af9a55 commit f4cf73a
2 files changed
+39
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments