We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0a7e1 commit 08e27d4Copy full SHA for 08e27d4
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install build twine
29
- run: python -m build --sdist --wheel
30
- run: twine check --strict dist/*
31
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
32
with:
33
name: dist
34
path: dist
@@ -43,7 +43,7 @@ jobs:
43
name: pypi
44
url: https://pypi.org/p/expyfun
45
steps:
46
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
47
48
49
0 commit comments