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)
- +
## Purpose @@ -52,7 +52,7 @@ plt.show() ```- +
@@ -102,5 +102,5 @@ You can contact us via