Skip to content

Commit 8fe0ba2

Browse files
committed
Fix: add note about publishing to test pypi & link fix
Fix: bad link Fix: add 429 http code
1 parent c74db0a commit 8fe0ba2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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

tutorials/publish-pypi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ installation instructions as follows:
328328

329329
`pip install -i https://test.pypi.org/simple/ pyosPackage`
330330

331+
:::{important} Publishing to test.PyPI.org vs PyPI.org
332+
While you can install from test PyPI it's not recommended that you publish to
333+
testPyPI as a permanent way to install your package. Test PyPi is a perfect place to learn how to publish your package. But your end goal should be to publish to PyPI.org once you have figured out your workflow.
334+
:::
335+
331336
### Time to install your package
332337

333338
* On your computer, activate the development environment that

0 commit comments

Comments
 (0)