Skip to content

Commit 8eb6c22

Browse files
Updated files with 'repo_helper'. (#16)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent b6e6930 commit 8eb6c22

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
- name: "Upload Coverage 🚀"
4848
uses: actions/upload-artifact@v2
49+
if: ${{ always() }}
4950
with:
5051
name: "coverage-${{ matrix.config.python-version }}"
5152
path: .coverage

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848

4949
- name: "Upload Coverage 🚀"
5050
uses: actions/upload-artifact@v2
51+
if: ${{ always() }}
5152
with:
5253
name: "coverage-${{ matrix.config.python-version }}"
5354
path: .coverage

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: "Upload Coverage 🚀"
4949
uses: actions/upload-artifact@v2
50+
if: ${{ always() }}
5051
with:
5152
name: "coverage-${{ matrix.config.python-version }}"
5253
path: .coverage

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ repos:
5959
- id: pyupgrade
6060
args:
6161
- --py36-plus
62+
- --keep-runtime-typing
6263

6364
- repo: https://github.com/Lucas-C/pre-commit-hooks
6465
rev: v1.1.9

0 commit comments

Comments
 (0)