Skip to content

Commit ae37340

Browse files
authored
docs: mention conda-forge name in README (#816)
* docs: mention conda-forge name in README Signed-off-by: Henry Schreiner <[email protected]> * Update reusable-docs.yml * Update .github/workflows/reusable-docs.yml --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent f81aac0 commit ae37340

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Setup Python 3.10
14+
- name: Setup Python 3.12
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.12"
1818

1919
- name: Install tox
2020
run: python -m pip install tox

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ build-frontend = "build[uv]"
8484

8585
(Be sure to pre-install uv before running cibuildwheel for this one!)
8686

87+
#### Conda-forge
88+
89+
On conda-forge, this package is called [python-build][].
90+
8791
### Code of Conduct
8892

8993
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].
9397
[pipx]: https://pipx.pypa.io
9498
[uv]: https://docs.astral.sh/uv/
9599
[cibuildwheel]: https://cibuildwheel.pypa.io
100+
[python-build]: https://github.com/conda-forge/python-build-feedstock

0 commit comments

Comments
 (0)