diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 852f388..68b335e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,7 @@ jobs: ls -ltrh ls -ltrh dist - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.10.3 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: repository-url: https://test.pypi.org/legacy/ verbose: true @@ -98,5 +98,5 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.10.3 + - uses: pypa/gh-action-pypi-publish@v1.12.3 if: startsWith(github.ref, 'refs/tags') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccf667b..befae5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - name: Run tests and collect coverage run: pytest --cov snowexsql --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true env: diff --git a/README.rst b/README.rst index 930fd66..676335c 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Features * Useful conversions to pandas and geopandas * Lots of examples_ -.. _examples: https://snowexsql.readthedocs.io/en/latest/examples.html +.. _examples: https://snowexsql.readthedocs.io/en/latest/gallery/index.html Installing