diff --git a/.github/workflows/build_job.yml b/.github/workflows/build_job.yml index e68c1435..5b7eed29 100644 --- a/.github/workflows/build_job.yml +++ b/.github/workflows/build_job.yml @@ -170,7 +170,7 @@ jobs: run: pip install git-python packaging tomli requests - name: Getting realease job - run: curl -Ls -o bump.py https://raw.githubusercontent.com/FREVA-CLINT/freva-deployment/versions/release.py + run: curl -H 'Cache-Control: no-cache' -Ls -o bump.py https://raw.githubusercontent.com/FREVA-CLINT/freva-deployment/main/release.py - name: Do the release job run: python3 bump.py deploy freva_rest -p freva-rest -v -s solr ${{steps.solr.outputs.tag}} diff --git a/README.md b/README.md index 31ac82c7..b9583364 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Freva server - client structure [![License](https://img.shields.io/badge/License-BSD-purple.svg)](LICENSE) -[![Python](https://img.shields.io/badge/python-3.12-red.svg)](https://www.python.org/downloads/release/python-312/) +[![PyPI](https://img.shields.io/pypi/pyversions/freva-client.svg)](https://pypi.org/project/freva-client/) [![Docs](https://img.shields.io/badge/API-Doc-green.svg)](https://freva-clint.github.io/freva-nextgen) [![Tests](https://github.com/FREVA-CLINT/freva-nextgen/actions/workflows/ci_job.yml/badge.svg)](https://github.com/FREVA-CLINT/freva-nextgen/actions) [![Test-Coverage](https://codecov.io/github/FREVA-CLINT/freva-nextgen/branch/init/graph/badge.svg?token=dGhXxh7uP3)](https://codecov.io/github/FREVA-CLINT/freva-nextgen) diff --git a/docs/source/index.rst b/docs/source/index.rst index 417f868b..9a682b5f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,8 +13,8 @@ Freva: The free evaluation system .. image:: https://img.shields.io/badge/License-BSD-purple.svg :target: LICENSE -.. image:: https://img.shields.io/badge/python-3.12-red.svg - :target: https://www.python.org/downloads/release/python-312/ +.. image:: https://img.shields.io/pypi/pyversions/freva-client.svg + :target: https://pypi.org/project/freva-client .. image:: https://img.shields.io/badge/ViewOn-GitHub-purple :target: https://github.com/FREVA-CLINT/freva-nextgen diff --git a/freva-client/README.md b/freva-client/README.md index 32695475..8ab758cb 100644 --- a/freva-client/README.md +++ b/freva-client/README.md @@ -1,7 +1,7 @@ # A REST API for the freva databrowser [![License](https://img.shields.io/badge/License-BSD-purple.svg)](LICENSE) -[![Python](https://img.shields.io/badge/python-3.12-red.svg)](https://www.python.org/downloads/release/python-312/) +[![PyPI](https://img.shields.io/pypi/pyversions/freva-client.svg)](https://pypi.org/project/freva-client/) [![Docs](https://img.shields.io/badge/API-Doc-green.svg)](https://freva-clint.github.io/freva-nextgen) [![Tests](https://github.com/FREVA-CLINT/freva-nextgen/actions/workflows/ci_job.yml/badge.svg)](https://github.com/FREVA-CLINT/freva-nextgen/actions) [![Test-Coverage](https://codecov.io/github/FREVA-CLINT/freva-nextgen/branch/init/graph/badge.svg?token=dGhXxh7uP3)](https://codecov.io/github/FREVA-CLINT/freva-nextgen)