We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a787e commit 8652329Copy full SHA for 8652329
2 files changed
.github/workflows/ci.yaml
@@ -307,7 +307,7 @@ jobs:
307
-o console_output_style=count \
308
tests
309
- name: Upload coverage artifact
310
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
311
with:
312
name: coverage-${{ matrix.python-version }}
313
path: .coverage
.github/workflows/release.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: >-
64
python3 -m build
65
- name: Store the distribution packages
66
67
68
name: python-package-distributions
69
path: dist/
0 commit comments