You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your credentials are valid, Hatch will publish your package to test PyPI.
305
+
If your credentials are valid, and you have already run `hatch build`
306
+
and thus have your 2 distribution files in a `dist/` directory then
307
+
Hatch will publish your package to test PyPI.
306
308
307
-
Hatch also has a caching system so once you enter your credentials it will remember them.
309
+
Hatch also has a caching system so once you enter your credentials it
310
+
will remember them.
308
311
309
312
## Install your package from test PyPI
310
313
@@ -319,7 +322,9 @@ This is an example landing page for the pyosPackage that was just uploaded. Noti
319
322
:::
320
323
321
324
322
-
As an example, [check out our pyOpenSci pyosPackage landing page on test PyPI](https://test.pypi.org/project/pyosPackage/). Notice the page has information about the current package version and also installation instructions as follows:
325
+
As an example, [check out our pyOpenSci pyosPackage landing page on test PyPI](https://test.pypi.org/project/pyosPackage/). Notice that
326
+
the page has information about the current package version and also
0 commit comments