File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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/
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
You can’t perform that action at this time.
0 commit comments