@@ -40,7 +40,7 @@ src layout, flat layout and where should tests folders live? No matter what your
40
40
41
41
::::{grid-item}
42
42
:::{card} ✨ 2. Learn about building your package ✨
43
- :link : python-package-structure
43
+ :link : python-package-distribution-files-sdist-wheel
44
44
:link-type: doc
45
45
46
46
To publish your Python package on PyPI, you will need to first build it. The act
@@ -52,7 +52,7 @@ your Python package.
52
52
53
53
54
54
::::{grid-item}
55
- :::{card} ✨ 4 . Add metadata ✨
55
+ :::{card} ✨ 3 . Add metadata ✨
56
56
:link : pyproject-toml-python-package-metadata
57
57
:link-type: doc
58
58
@@ -63,7 +63,7 @@ build and install your package.
63
63
::::
64
64
65
65
::::{grid-item}
66
- :::{card} ✨ 3 . What Python package tool should you use? ✨
66
+ :::{card} ✨ 4 . What Python package tool should you use? ✨
67
67
:link : python-package-build-tools
68
68
:link-type: doc
69
69
@@ -73,8 +73,8 @@ And learn which tool might be best for you.
73
73
::::
74
74
75
75
::::{grid-item}
76
- :::{card} ✨ 4 . Publish to PyPI and Conda ✨
77
- :link : python-package-build-tools
76
+ :::{card} ✨ 5 . Publish to PyPI and Conda ✨
77
+ :link : publish- python-package-pypi-conda
78
78
:link-type: doc
79
79
80
80
If you have a pure Python package, it's a straight forward
@@ -84,7 +84,7 @@ conda-forge. Learn more here.
84
84
::::
85
85
86
86
::::{grid-item}
87
- :::{card} ✨ 5 . Setup package versioning ✨
87
+ :::{card} ✨ 6 . Setup package versioning ✨
88
88
:link : python-package-versions
89
89
:link-type: doc
90
90
@@ -94,7 +94,7 @@ common ways to version a package. Which one should you pick? Learn more here.
94
94
::::
95
95
96
96
::::{grid-item}
97
- :::{card} ✨ 6 . Code style & linters ✨
97
+ :::{card} ✨ 7 . Code style & linters ✨
98
98
:link : code-style-linting-format
99
99
:link-type: doc
100
100
0 commit comments