File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Install Micromamba with conda-forge dependencies
47
47
- name : Setup Micromamba
48
- uses : mamba-org/setup-micromamba@v2.0.2
48
+ uses : mamba-org/setup-micromamba@v2.0.3
49
49
with :
50
50
environment-name : pygmt
51
51
condarc : |
Original file line number Diff line number Diff line change 43
43
44
44
# Install Micromamba with conda-forge dependencies
45
45
- name : Setup Micromamba
46
- uses : mamba-org/setup-micromamba@v2.0.2
46
+ uses : mamba-org/setup-micromamba@v2.0.3
47
47
with :
48
48
environment-name : pygmt
49
49
condarc : |
Original file line number Diff line number Diff line change 80
80
81
81
# Install Micromamba with conda-forge dependencies
82
82
- name : Setup Micromamba
83
- uses : mamba-org/setup-micromamba@v2.0.2
83
+ uses : mamba-org/setup-micromamba@v2.0.3
84
84
with :
85
85
environment-name : pygmt
86
86
condarc : |
Original file line number Diff line number Diff line change 42
42
43
43
# Install Micromamba with conda-forge dependencies
44
44
- name : Setup Micromamba
45
- uses : mamba-org/setup-micromamba@v2.0.2
45
+ uses : mamba-org/setup-micromamba@v2.0.3
46
46
with :
47
47
environment-name : pygmt
48
48
condarc : |
Original file line number Diff line number Diff line change 76
76
optional-packages : ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery'
77
77
# Python 3.12 + core packages (latest versions) + optional packages
78
78
- python-version : ' 3.12'
79
- numpy-version : ' 2.1 '
79
+ numpy-version : ' 2.2 '
80
80
pandas-version : ' '
81
81
xarray-version : ' '
82
82
optional-packages : ' contextily geopandas>=1.0 ipython pyarrow rioxarray sphinx-gallery'
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
# Install Micromamba with conda-forge dependencies
115
115
- name : Setup Micromamba
116
- uses : mamba-org/setup-micromamba@v2.0.2
116
+ uses : mamba-org/setup-micromamba@v2.0.3
117
117
with :
118
118
environment-name : pygmt
119
119
condarc : |
Original file line number Diff line number Diff line change 57
57
58
58
# Install Micromamba with conda-forge dependencies
59
59
- name : Setup Micromamba
60
- uses : mamba-org/setup-micromamba@v2.0.2
60
+ uses : mamba-org/setup-micromamba@v2.0.3
61
61
with :
62
62
environment-name : pygmt
63
63
condarc : |
Original file line number Diff line number Diff line change 51
51
52
52
# Install Micromamba with conda-forge dependencies
53
53
- name : Setup Micromamba
54
- uses : mamba-org/setup-micromamba@v2.0.2
54
+ uses : mamba-org/setup-micromamba@v2.0.3
55
55
with :
56
56
environment-name : pygmt
57
57
condarc : |
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ jobs:
75
75
ls -lh dist/
76
76
77
77
- name : Publish to Test PyPI
78
- uses : pypa/gh-action-pypi-publish@v1.12.2
78
+ uses : pypa/gh-action-pypi-publish@v1.12.3
79
79
with :
80
80
repository-url : https://test.pypi.org/legacy/
81
81
82
82
- name : Publish to PyPI
83
83
if : startsWith(github.ref, 'refs/tags')
84
- uses : pypa/gh-action-pypi-publish@v1.12.2
84
+ uses : pypa/gh-action-pypi-publish@v1.12.3
You can’t perform that action at this time.
0 commit comments