Skip to content

Commit

Permalink
Merge pull request #2530 from pytroll/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…gh-action-pypi-publish-1.8.8
  • Loading branch information
djhoese authored Jul 17, 2023
2 parents 8490966 + a935fe6 commit f099cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/[email protected].7
uses: pypa/[email protected].8
with:
user: __token__
password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion satpy/tests/writer_tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,5 +1448,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.7")
versions["xarray"] >= Version("2023.8")
)

0 comments on commit f099cd3

Please sign in to comment.