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 9fd60ed commit 4ec78b2Copy full SHA for 4ec78b2
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: python -m pip install --upgrade pip build wheel twine readme-renderer
40
- run: python -m build --sdist --wheel
41
- run: python -m twine check dist/*
42
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
43
with:
44
path: dist/*
45
.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
19
20
21
name: release-dists
22
path: dist/
0 commit comments