Skip to content

Commit 6e6bd47

Browse files
stephprincedependabot[bot]rly
authored
Follow up to dependabot pypa/gh-action-pypi-publish bump (#617)
* Bump pypa/gh-action-pypi-publish in /.github/workflows Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update workflows for dependabot updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Ly <[email protected]>
1 parent ffec860 commit 6e6bd47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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__

.github/workflows/read-nwbfile-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
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

.github/workflows/streaming-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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:

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:

0 commit comments

Comments
 (0)