Skip to content

Commit

Permalink
docs: mention conda-forge name in README (#816)
Browse files Browse the repository at this point in the history
* docs: mention conda-forge name in README

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* Update reusable-docs.yml

* Update .github/workflows/reusable-docs.yml

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Sep 7, 2024
1 parent f81aac0 commit ae37340
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ae37340

Please sign in to comment.