Skip to content

Commit 67a703d

Browse files
committed
A few small edits
1 parent 5b71584 commit 67a703d

File tree

3 files changed

+157
-143
lines changed

3 files changed

+157
-143
lines changed

package-structure-code/intro.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ Complex Builds <complex-python-package-builds>
9898
:hidden:
9999
:caption: Publishing a package
100100
101-
Intro <self>
102-
103101
Package versions <python-package-versions>
104102
Code style <code-style-linting-format>
105103
Publish <publish-python-package-pypi-conda.md>

package-structure-code/publish-python-package-pypi-conda.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ by the conda-forge maintainer team.](https://conda-forge.org/docs/maintainer/add
157157
Generally those steps are:
158158

159159
1. Fork the staged recipes conda-forge GitHub repository
160-
<<<<<<< HEAD
161-
1. Create a new recipe using the `grayskull` tool
160+
1. Create a new recipe using the `grayskull` tool. You can [learn more about grayskull here](https://conda.github.io/grayskull/).
162161
1. Add the recipe file created by `grayskull` in a folder within the recipes/ directory of the [**conda-forge/staged-recipes**](https://github.com/conda-forge/staged-recipes) repository.
163162
1. Create a new recipe using the `grayskull` tool
164163
1. Add the recipe file created by `grayskull` in a folder within the recipes/ directory of the [**conda-forge/staged-recipes**](https://github.com/conda-forge/staged-recipes) repository.

0 commit comments

Comments
 (0)