Skip to content

Commit 935931f

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 62854fa + 782c9e3 commit 935931f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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@v3.1.1
53+
uses: codecov/codecov-action@v3.1.3
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
pytest -n auto --cov=./ --cov-report=xml
9393
- name: Upload code coverage to Codecov
94-
uses: codecov/codecov-action@v3.1.1
94+
uses: codecov/codecov-action@v3.1.3
9595
with:
9696
file: ./coverage.xml
9797
flags: unittests
@@ -155,7 +155,7 @@ jobs:
155155
run: |
156156
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
157157
- name: Upload mypy coverage to Codecov
158-
uses: codecov/codecov-action@v3.1.1
158+
uses: codecov/codecov-action@v3.1.3
159159
with:
160160
file: mypy_report/cobertura.xml
161161
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/gh-action-pypi-publish@v1.8.4
75+
uses: pypa/gh-action-pypi-publish@v1.8.5
7676
with:
7777
password: ${{ secrets.TESTPYPI_TOKEN }}
7878
repository_url: https://test.pypi.org/legacy/
@@ -89,7 +89,7 @@ jobs:
8989
name: releases
9090
path: dist
9191
- name: Publish package to PyPI
92-
uses: pypa/gh-action-pypi-publish@v1.8.4
92+
uses: pypa/gh-action-pypi-publish@v1.8.5
9393
with:
9494
password: ${{ secrets.PYPI_PASSWORD }}
9595
verbose: true

0 commit comments

Comments
 (0)