diff --git a/.github/workflows/putblish_to_test_pypi.yml b/.github/workflows/putblish_to_test_pypi.yml index e46b23d..3860f68 100644 --- a/.github/workflows/putblish_to_test_pypi.yml +++ b/.github/workflows/putblish_to_test_pypi.yml @@ -2,7 +2,7 @@ name: Release to Test PyPI on: release: - types: [released] + types: [prereleased] jobs: release: diff --git a/README.md b/README.md index da4c5bd..403af0d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ my_dataset = zds.ZarrDataset(..., patch_sampler=my_patch_sampler) ``` -Examples of integration of the **ZarrDataset** class with the PyTorch's **DataLoader** can be found in the documentation. +Examples of integration of the **ZarrDataset** class with the PyTorch's **DataLoader** can be found in the (documentation)[https://thejacksonlaboratory.github.io/zarrdataset/index.html]. ## Installation To install this package and have access to the zarr-based PyTorch Dataset and other functionalities, clone this repository and use the following command from inside the cloned repository location.