Skip to content

Commit e6c8392

Browse files
committed
Merge branch 'main' into flag-grouper
* main: Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#554) Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#555)
2 parents 475cb06 + b22765f commit e6c8392

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
pytest -n auto --cov=./ --cov-report=xml
5252
- name: Upload code coverage to Codecov
53-
uses: codecov/codecov-action@v5.1.2
53+
uses: codecov/codecov-action@v5.3.1
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
116116
- name: Upload mypy coverage to Codecov
117-
uses: codecov/codecov-action@v5.1.2
117+
uses: codecov/codecov-action@v5.3.1
118118
with:
119119
file: mypy_report/cobertura.xml
120120
flags: mypy

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Publish package to TestPyPI
7474
if: github.event_name == 'push'
75-
uses: pypa/[email protected].3
75+
uses: pypa/[email protected].4
7676
with:
7777
password: ${{ secrets.TESTPYPI_TOKEN }}
7878
repository_url: https://test.pypi.org/legacy/
@@ -96,6 +96,6 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/[email protected].3
99+
uses: pypa/[email protected].4
100100
with:
101101
verbose: true

0 commit comments

Comments
 (0)