File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 87
87
88
88
# Run the benchmark tests
89
89
- name : Run benchmarks
90
- uses : CodSpeedHQ/action@v3.0.1
90
+ uses : CodSpeedHQ/action@v3.1.0
91
91
with :
92
92
# 'bash -el -c' is needed to use the custom shell.
93
93
# See https://github.com/CodSpeedHQ/action/issues/65.
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.10.3
78
+ uses : pypa/gh-action-pypi-publish@v1.12.0
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.10.3
84
+ uses : pypa/gh-action-pypi-publish@v1.12.0
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ import pygmt
57
57
pygmt.show_versions()
58
58
```
59
59
60
- You are now ready to make your first figure! Start by looking at our [ Intro] ( examples/ intro/index.rst) ,
61
- [ Tutorials] ( examples/ tutorials/index.rst) , and [ Gallery] ( examples/ gallery/index.rst) . Good luck!
60
+ You are now ready to make your first figure! Start by looking at our [ Intro] ( intro/index.rst ) ,
61
+ [ Tutorials] ( tutorials/index.rst ) , and [ Gallery] ( gallery/index.rst ) . Good luck!
62
62
63
63
:::{note}
64
64
The sections below provide more detailed, step by step instructions to install and test
You can’t perform that action at this time.
0 commit comments