From d33890d18b731e884fd4afdd1dd66b27d5c3eb2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Sun, 16 Apr 2023 12:06:02 +0200 Subject: [PATCH] rename branch to main in docs --- .github/workflows/main.yml | 13 ++++++------- README.md | 8 ++++---- docs/source/index.rst | 2 +- setup.cfg | 2 +- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95b8db8..90da604 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,13 +3,12 @@ name: Continuous Integration on: push: branches: - - "master" - - "develop" + - "main" tags: - "*" pull_request: branches: - - "develop" + - "main" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -28,7 +27,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python 3.8 - uses: actions\setup-python@v2 + uses: actions/setup-python@v2 with: python-version: 3.8 @@ -59,7 +58,7 @@ jobs: fetch-depth: '0' - name: Set up Python ${{ matrix.python-version }} - uses: actions\setup-python@v2 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} @@ -94,8 +93,8 @@ jobs: path: dist - name: Publish to Test PyPI - # only if working on develop - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' + # only if working on main + if: github.ref == 'refs/heads/main' uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ diff --git a/README.md b/README.md index 5038433..ffb323b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1135723.svg)](https://doi.org/10.5281/zenodo.1135723) [![PyPI version](https://badge.fury.io/py/anaflow.svg)](https://badge.fury.io/py/anaflow) -[![Build Status](https://github.com/GeoStat-Framework/AnaFlow/workflows/Continuous%20Integration/badge.svg?branch=develop)](https://github.com/GeoStat-Framework/AnaFlow/actions) +[![Build Status](https://github.com/GeoStat-Framework/AnaFlow/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/GeoStat-Framework/AnaFlow/actions) [![Documentation Status](https://readthedocs.org/projects/docs/badge/?version=latest)](https://anaflow.readthedocs.io/en/latest/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

-AnaFlow-LOGO +AnaFlow-LOGO

## Purpose @@ -52,7 +52,7 @@ plt.show() ```

-Theis +Theis

@@ -102,5 +102,5 @@ You can contact us via . [MIT][mit_link] © 2019 - 2021 -[mit_link]: https://github.com/GeoStat-Framework/AnaFlow/blob/master/LICENSE +[mit_link]: https://github.com/GeoStat-Framework/AnaFlow/blob/main/LICENSE [doc_link]: https://anaflow.readthedocs.io diff --git a/docs/source/index.rst b/docs/source/index.rst index 937bd3d..c42e9d8 100755 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -65,4 +65,4 @@ Requirements License ======= -`MIT `_ +`MIT `_ diff --git a/setup.cfg b/setup.cfg index ba29793..ac032b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ project_urls = Documentation = https://anaflow.readthedocs.io Source = https://github.com/GeoStat-Framework/anaflow Tracker = https://github.com/GeoStat-Framework/anaflow/issues - Changelog = https://github.com/GeoStat-Framework/anaflow/blob/develop/CHANGELOG.md + Changelog = https://github.com/GeoStat-Framework/anaflow/blob/main/CHANGELOG.md Conda-Forge = https://anaconda.org/conda-forge/anaflow [options]