File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 python -m pip install dist/*.whl
2828 python -c "import nwbinspector"
2929 - name : pypi-publish
30- uses : pypa/gh-action-pypi-publish@v1.4.2
30+ uses : pypa/gh-action-pypi-publish@v1.13.0
3131 with :
3232 verbose : true
3333 user : __token__
Original file line number Diff line number Diff line change 4747 uses : codecov/codecov-action@v4
4848 with :
4949 token : ${{ secrets.CODECOV_TOKEN }}
50- fail_ci_if_error : true
50+ fail_ci_if_error : ${{ github.actor != 'dependabot[bot]' }}
5151 file : ./coverage.xml
Original file line number Diff line number Diff line change 4949 uses : codecov/codecov-action@v4
5050 with :
5151 token : ${{ secrets.CODECOV_TOKEN }}
52- fail_ci_if_error : true
52+ fail_ci_if_error : ${{ github.actor != 'dependabot[bot]' }}
5353 file : ./cli_coverage.xml
5454
5555 build-and-test-no-dandi :
Original file line number Diff line number Diff line change 4343 uses : codecov/codecov-action@v4
4444 with :
4545 token : ${{ secrets.CODECOV_TOKEN }}
46- fail_ci_if_error : true
46+ fail_ci_if_error : ${{ github.actor != 'dependabot[bot]' }}
4747 file : ./coverage.xml
4848
4949 build-and-test-no-dandi :
You can’t perform that action at this time.
0 commit comments