Skip to content

Commit 3fe7d92

Browse files
authored
Merge branch 'main' into to_numpy/numpy_numeric
2 parents 27fa075 + 897ee39 commit 3fe7d92

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
# Run the benchmark tests
8989
- name: Run benchmarks
90-
uses: CodSpeedHQ/action@v3.0.1
90+
uses: CodSpeedHQ/action@v3.1.0
9191
with:
9292
# 'bash -el -c' is needed to use the custom shell.
9393
# See https://github.com/CodSpeedHQ/action/issues/65.

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
ls -lh dist/
7676
7777
- 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
7979
with:
8080
repository-url: https://test.pypi.org/legacy/
8181

8282
- name: Publish to PyPI
8383
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

doc/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ import pygmt
5757
pygmt.show_versions()
5858
```
5959

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!
6262

6363
:::{note}
6464
The sections below provide more detailed, step by step instructions to install and test

0 commit comments

Comments
 (0)