Skip to content

Commit

Permalink
Added link to documentaiton and prereleased as type of trigger for gi…
Browse files Browse the repository at this point in the history
…thub actions to move this package to TestPyPI
  • Loading branch information
fercer committed Oct 2, 2023
1 parent a7f0a3a commit 6cf4002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/putblish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release to Test PyPI

on:
release:
types: [released]
types: [prereleased]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6cf4002

Please sign in to comment.