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 70ca314 commit 34832dbCopy full SHA for 34832db
.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
.github/workflows/release.yml
python-version: "3.x"
- run: python -m pip install --upgrade pip build wheel
name: release-dists
path: dist/
0 commit comments