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 2149f09 commit 0eec2c2Copy full SHA for 0eec2c2
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: "3.x"
17
- run: python -m pip install --upgrade pip build wheel
18
- run: python -m build --sdist --wheel
19
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
20
with:
21
name: release-dists
22
path: dist/
0 commit comments