diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5944668..afa2dc4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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. diff --git a/README.md b/README.md index 20deafd..0903a91 100644 --- a/README.md +++ b/README.md @@ -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