Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: publish python release (#1221)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Adds GitHub Actions workflow for automating Python package publishing to PyPI and updates dependencies. > > - **Workflow Addition**: > - Adds `.github/workflows/publish-python-release.yaml` to automate publishing to PyPI on push to `sam/py-release3`. > - Uses concurrency group `${{ github.workflow }}-${{ github.ref }}-build-python` to prevent deadlocks. > - **Job Configuration**: > - Runs on `ubuntu-latest` with steps for `actions/checkout@v4`, `actions/setup-python@v5` (Python 3.8), and `actions/download-artifact@v4`. > - Publishes package using `PyO3/maturin-action@v1` with `upload` command. > - **Dependencies**: > - Adds `maturin>=1.7.8` to `dependencies` in `pyproject.toml`. > - **Misc**: > - Removes pinned `maturin` version `1.7.6` in `build-python-release.reusable.yaml`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 5f44944. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information