Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: docs

on:
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
# Build the documentation and upload the static HTML files as an artifact.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Read the docs [here](https://jellyfish-dev.github.io/python-server-sdk/jellyfish

You can install the latest version of the package from github:
```
pip install git+https://github.com/jellyfish-dev/python-server-sdk
pip install git+https://github.com/jellyfish-dev/python-server-sdk@v0.1.0
```

## Usage
Expand Down