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 ff31c82 commit 6ff52f9Copy full SHA for 6ff52f9
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: python -m pip install --upgrade pip build wheel twine
19
- run: python -m build --sdist --wheel
20
- run: python -m twine check dist/*
21
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
22
with:
23
path: dist/*
24
0 commit comments