File tree 4 files changed +12
-13
lines changed
4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ name: Continuous Integration
3
3
on :
4
4
push :
5
5
branches :
6
- - " master"
7
- - " develop"
6
+ - " main"
8
7
tags :
9
8
- " *"
10
9
pull_request :
11
10
branches :
12
- - " develop "
11
+ - " main "
13
12
# Allows you to run this workflow manually from the Actions tab
14
13
workflow_dispatch :
15
14
28
27
- uses : actions/checkout@v2
29
28
30
29
- name : Set up Python 3.8
31
- uses : actions\ setup-python@v2
30
+ uses : actions/ setup-python@v2
32
31
with :
33
32
python-version : 3.8
34
33
59
58
fetch-depth : ' 0'
60
59
61
60
- name : Set up Python ${{ matrix.python-version }}
62
- uses : actions\ setup-python@v2
61
+ uses : actions/ setup-python@v2
63
62
with :
64
63
python-version : ${{ matrix.python-version }}
65
64
94
93
path : dist
95
94
96
95
- name : Publish to Test PyPI
97
- # only if working on develop
98
- if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop '
96
+ # only if working on main
97
+ if : github.ref == 'refs/heads/main '
99
98
uses : pypa/gh-action-pypi-publish@release/v1
100
99
with :
101
100
user : __token__
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1135723.svg )] ( https://doi.org/10.5281/zenodo.1135723 )
4
4
[ ![ PyPI version] ( https://badge.fury.io/py/anaflow.svg )] ( https://badge.fury.io/py/anaflow )
5
- [ ![ Build Status] ( https://github.com/GeoStat-Framework/AnaFlow/workflows/Continuous%20Integration/badge.svg?branch=develop )] ( https://github.com/GeoStat-Framework/AnaFlow/actions )
5
+ [ ![ Build Status] ( https://github.com/GeoStat-Framework/AnaFlow/workflows/Continuous%20Integration/badge.svg?branch=main )] ( https://github.com/GeoStat-Framework/AnaFlow/actions )
6
6
[ ![ Documentation Status] ( https://readthedocs.org/projects/docs/badge/?version=latest )] ( https://anaflow.readthedocs.io/en/latest/ )
7
7
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
8
8
9
9
<p align =" center " >
10
- <img src =" https://raw.githubusercontent.com/GeoStat-Framework/AnaFlow/master /docs/source/pics/Anaflow.png " alt =" AnaFlow-LOGO " width =" 251px " />
10
+ <img src =" https://raw.githubusercontent.com/GeoStat-Framework/AnaFlow/main /docs/source/pics/Anaflow.png " alt =" AnaFlow-LOGO " width =" 251px " />
11
11
</p >
12
12
13
13
## Purpose
@@ -52,7 +52,7 @@ plt.show()
52
52
```
53
53
54
54
<p align =" center " >
55
- <img src =" https://raw.githubusercontent.com/GeoStat-Framework/AnaFlow/master /docs/source/pics/01_call_theis.png " alt =" Theis " width =" 600px " />
55
+ <img src =" https://raw.githubusercontent.com/GeoStat-Framework/AnaFlow/main /docs/source/pics/01_call_theis.png " alt =" Theis " width =" 600px " />
56
56
</p >
57
57
58
58
@@ -102,5 +102,5 @@ You can contact us via <info@geostat-framework.org>.
102
102
103
103
[ MIT] [ mit_link ] © 2019 - 2021
104
104
105
- [ mit_link ] : https://github.com/GeoStat-Framework/AnaFlow/blob/master /LICENSE
105
+ [ mit_link ] : https://github.com/GeoStat-Framework/AnaFlow/blob/main /LICENSE
106
106
[ doc_link ] : https://anaflow.readthedocs.io
Original file line number Diff line number Diff line change @@ -65,4 +65,4 @@ Requirements
65
65
License
66
66
=======
67
67
68
- `MIT <https://github.com/GeoStat-Framework/AnaFlow/blob/master /LICENSE >`_
68
+ `MIT <https://github.com/GeoStat-Framework/AnaFlow/blob/main /LICENSE >`_
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ project_urls =
38
38
Documentation = https://anaflow.readthedocs.io
39
39
Source = https://github.com/GeoStat-Framework/anaflow
40
40
Tracker = https://github.com/GeoStat-Framework/anaflow/issues
41
- Changelog = https://github.com/GeoStat-Framework/anaflow/blob/develop /CHANGELOG.md
41
+ Changelog = https://github.com/GeoStat-Framework/anaflow/blob/main /CHANGELOG.md
42
42
Conda-Forge = https://anaconda.org/conda-forge/anaflow
43
43
44
44
[options]
You can’t perform that action at this time.
0 commit comments