diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e68ab89f..4d0a0e77 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -82,7 +82,7 @@ jobs: (github.event_name == 'push' && (contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc'))) with: personal_token: ${{ secrets.ACCESS_TOKEN }} - external_repository: pyviz-dev/geoviews + external_repository: holoviz-dev/geoviews publish_dir: ./builtdocs force_orphan: true - name: Deploy main diff --git a/.github/workflows/downstream_tests.yaml b/.github/workflows/downstream_tests.yaml index 15e057df..cecf1e6f 100644 --- a/.github/workflows/downstream_tests.yaml +++ b/.github/workflows/downstream_tests.yaml @@ -16,7 +16,7 @@ on: jobs: downstream_tests: - uses: pyviz-dev/holoviz_tasks/.github/workflows/run_downstream_tests.yaml@main + uses: holoviz-dev/holoviz_tasks/.github/workflows/run_downstream_tests.yaml@main with: downstream_repos_as_json: "{\"downstream_repo\":[\"hvplot\"]}" secrets: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d58492eb..a86339a7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: SETUPTOOLS_ENABLE_FEATURES: "legacy-editable" USE_PYGEOS: '0' steps: - - uses: pyviz-dev/holoviz_tasks/install@v0.1a9 + - uses: holoviz-dev/holoviz_tasks/install@v0.1a9 with: name: unit_test_suite python-version: ${{ matrix.python-version }} diff --git a/README.md b/README.md index 34922ff2..47600f84 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ | --- | --- | | Build Status | [![Linux/MacOS/Windows Build Status](https://github.com/holoviz/geoviews/workflows/tests/badge.svg?query=branch:main)](https://github.com/holoviz/geoviews/actions/workflows/test.yaml?query=branch%3Amain) | | Coverage | [![codecov](https://codecov.io/gh/holoviz/geoviews/branch/main/graph/badge.svg)](https://codecov.io/gh/holoviz/geoviews) | -| Latest dev release | [![Github tag](https://img.shields.io/github/tag/holoviz/geoviews.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/geoviews/tags) [![dev-site](https://img.shields.io/website-up-down-green-red/https/pyviz-dev.github.io/geoviews.svg?label=dev%20website)](https://pyviz-dev.github.io/geoviews/) | +| Latest dev release | [![Github tag](https://img.shields.io/github/tag/holoviz/geoviews.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/geoviews/tags) [![dev-site](https://img.shields.io/website-up-down-green-red/https/holoviz-dev.github.io/geoviews.svg?label=dev%20website)](https://holoviz-dev.github.io/geoviews/) | | Latest release | [![Github release](https://img.shields.io/github/release/holoviz/geoviews.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/geoviews/releases) [![PyPI version](https://img.shields.io/pypi/v/geoviews.svg?colorB=cc77dd)](https://pypi.python.org/pypi/geoviews) [![geoviews version](https://img.shields.io/conda/v/pyviz/geoviews.svg?colorB=4488ff&style=flat)](https://anaconda.org/pyviz/geoviews) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/geoviews.svg?label=conda%7Cconda-forge&colorB=4488ff)](https://anaconda.org/conda-forge/geoviews) [![defaults version](https://img.shields.io/conda/v/anaconda/geoviews.svg?label=conda%7Cdefaults&style=flat&colorB=4488ff)](https://anaconda.org/anaconda/geoviews) | | Docs | [![gh-pages](https://img.shields.io/github/last-commit/holoviz/geoviews/gh-pages.svg)](https://github.com/holoviz/geoviews/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/http/geoviews.org.svg)](http://geoviews.org) | | Support | [![Discourse](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.holoviz.org)](https://discourse.holoviz.org/) | diff --git a/tox.ini b/tox.ini index 8271e6d6..3033c07e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# For use with pyct (https://github.com/pyviz-dev/pyctdev), but just standard +# For use with pyct (https://github.com/holoviz-dev/pyctdev), but just standard # tox config (works with tox alone). [tox]