Skip to content

Commit b86354e

Browse files
lwasserjaimergp
andauthored
Apply suggestions from code review
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
1 parent a1f4812 commit b86354e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-structure-code/python-package-distribution-files-sdist-wheel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Once you have published both package distributions (the source distribution and the wheel) to PyPI, you can then publish to conda-forge. conda-forge requires an source distribution on PyPI in order to build your package on conda-forge. You do not need to rebuild your package to publish to conda-forge.
99
:::
1010

11-
You need to build your Python package in order to publish it to PyPI (or Conda). The build process organizes your code and metadata into a distribution format that can be uploaded to PyPI and subsequently downloaded and installed by users. NOTE: you need to publish a sdist to PyPI in order for conda-forge to properly build your package automatically.
11+
You need to build your Python package in order to publish it to PyPI (or a conda channel). The build process organizes your code and metadata into a distribution format that can be uploaded to PyPI and subsequently downloaded and installed by users. NOTE: you need to publish a sdist to PyPI in order for conda-forge to properly build your package automatically.
1212
:::
1313

1414
(build-package)=

tutorials/publish-conda-forge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Below we break down each element of that list.
371371
> -[x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
372372

373373
**Translation:** Make sure that your pull request title is specific. We suggest something like:
374-
`Add: conda-forge recipe for <your package name>`
374+
`Add recipe for <your package name>`
375375

376376
> -[x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example).
377377

0 commit comments

Comments
 (0)