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 3a24606 commit 4d580c2Copy full SHA for 4d580c2
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: python -m pip install --upgrade pip build wheel twine readme-renderer
43
- run: python -m build --sdist --wheel
44
- run: python -m twine check dist/*
45
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
46
with:
47
path: dist/*
48
0 commit comments