We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31a011 commit f12c740Copy full SHA for f12c740
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
token: ${{ secrets.CODECOV_TOKEN }} # required
44
- name: Archive code coverage results
45
if: matrix.python-version == '3.12'
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
47
with:
48
name: code-coverage-report
49
path: coverage.xml
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build distribution 📦
20
run: uv build
21
- name: Store the distribution packages
22
23
24
name: python-package-distributions
25
path: dist/
0 commit comments