diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 1a083e39..2d864935 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -114,7 +114,7 @@ jobs: - name: Publish to Test PyPI # Only publish to TestPyPI when a PR is merged (pushed to main) if: success() && github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: repository_url: https://test.pypi.org/legacy/ # Allow existing releases on test PyPI without errors. @@ -124,4 +124,4 @@ jobs: - name: Publish to PyPI # Only publish to PyPI when a release triggers the build if: success() && github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 diff --git a/README.md b/README.md index eaa706ed..53a2503e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Documentation (latest) • Documentation (main branch) • Contributing • -Contact +Contact • +Ask a question
@@ -42,7 +43,7 @@ Are you a **scientist** or researcher? Pooch can help you too! ## Projects using Pooch -[SciPy](https://github.com/scipy/scipy), +[SciPy](https://github.com/scipy/scipy), [scikit-image](https://github.com/scikit-image/scikit-image), [xarray](https://github.com/pydata/xarray), [Ensaio](https://github.com/fatiando/ensaio),