Skip to content

Commit c7a5552

Browse files
Bump wheel from 0.36.2 to 0.37.0 (#123)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tonye Jack <[email protected]>
1 parent 32547d6 commit c7a5552

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ jobs:
7272

7373
- name: Run codacy-coverage-reporter
7474
uses: codacy/codacy-coverage-reporter-action@v1
75+
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
7576
with:
7677
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
7778
coverage-reports: coverage.xml
7879

7980
- name: "Upload coverage to Codecov"
8081
uses: codecov/[email protected]
82+
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
8183
with:
8284
token: ${{ secrets.CODECOV_TOKEN }}
8385
fail_ci_if_error: true

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
bump2version==1.0.1
3-
wheel==0.36.2
3+
wheel==0.37.0
44
flake8==3.9.2
55
tox==3.24.1
66
coverage==5.5 # pyup: ignore

0 commit comments

Comments
 (0)