Skip to content

Commit 7775dab

Browse files
committed
Fix: add note about publishing to test pypi
1 parent c74db0a commit 7775dab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)