Skip to content

Commit dd9c93b

Browse files
authored
ENH: new - Publish your python package to PyPI tutorial
2 parents 0738256 + 8fe0ba2 commit dd9c93b

File tree

7 files changed

+418
-3
lines changed

7 files changed

+418
-3
lines changed

.github/workflows/build-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
directory: '_build/html'
6969
arguments: |
7070
--ignore-files "/.+\/_static\/.+/,/genindex.html/"
71-
--ignore-status-codes "404, 403, 503"
71+
--ignore-status-codes "404, 403, 429, 503"

documentation/repository-files/license-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Licenses are legally binding, as such you should avoid trying to create your own
3737

3838
### Use open permissive licenses when possible
3939

40-
We generally suggest that you use a permissive, license that is [Open Software Initiative (OSI) approved](https://opensource.org/licenses). If you are
40+
We generally suggest that you use a permissive, license that is [Open Software Initiative (OSI) approved](https://opensource.org/licenses/). If you are
4141
[submitting your package to pyOpenSci for peer review](https://www.pyopensci.org/about-peer-review/index.html), then we require an OSI approved
4242
license.
4343

-4.58 KB
Loading
425 KB
Loading

images/tutorials/testpypi-search.png

301 KB
Loading

tutorials/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ understanding the steps involved in creating a Python package.
2929
:caption: Python Packaging 101
3030

3131
What is a Python package? <self>
32-
Make your code installable. <1-installable-code>
32+
Make your code installable <1-installable-code>
33+
Publish to PyPI <publish-pypi>
3334
:::
3435

3536
:::{admonition} Learning Objectives

tutorials/publish-pypi.md

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)