Skip to content

Commit

Permalink
Bump wheel from 0.36.2 to 0.37.0 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tonye Jack <jtonye@ymail.com>
  • Loading branch information
dependabot[bot] and jackton1 committed Aug 10, 2021
1 parent 32547d6 commit c7a5552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ jobs:

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

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2.0.2
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
bump2version==1.0.1
wheel==0.36.2
wheel==0.37.0
flake8==3.9.2
tox==3.24.1
coverage==5.5 # pyup: ignore
Expand Down

0 comments on commit c7a5552

Please sign in to comment.