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 135105b commit 241f477Copy full SHA for 241f477
.github/workflows/release.yml
@@ -44,18 +44,19 @@ jobs:
44
# If no files with path lonboard/static, fail
45
unzip -l dist/*.whl | grep "lonboard/static" || exit 1
46
47
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
48
with:
49
path: ./dist/
50
51
upload_pypi:
52
needs: [build]
53
runs-on: ubuntu-latest
54
steps:
55
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
56
57
name: artifact
58
path: dist
59
+ merge-multiple: true
60
61
- uses: pypa/gh-action-pypi-publish@release/v1
62
0 commit comments