From ae373408f0d4541e9ec8ce711b640ad2faddce4e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 7 Sep 2024 01:16:42 -0400 Subject: [PATCH] docs: mention conda-forge name in README (#816) * docs: mention conda-forge name in README Signed-off-by: Henry Schreiner * Update reusable-docs.yml * Update .github/workflows/reusable-docs.yml --------- Signed-off-by: Henry Schreiner --- .github/workflows/reusable-docs.yml | 4 ++-- README.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index c4d39f54..8bf6d6e9 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup Python 3.10 + - name: Setup Python 3.12 uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - name: Install tox run: python -m pip install tox diff --git a/README.md b/README.md index 33c98e99..b82d8e67 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ build-frontend = "build[uv]" (Be sure to pre-install uv before running cibuildwheel for this one!) +#### Conda-forge + +On conda-forge, this package is called [python-build][]. + ### Code of Conduct Everyone interacting in the build's codebase, issue trackers, chat rooms, and mailing lists is expected to follow @@ -93,3 +97,4 @@ the [PSF Code of Conduct]. [pipx]: https://pipx.pypa.io [uv]: https://docs.astral.sh/uv/ [cibuildwheel]: https://cibuildwheel.pypa.io +[python-build]: https://github.com/conda-forge/python-build-feedstock