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 5462813 commit 56cbd38Copy full SHA for 56cbd38
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build a binary wheel and a source tarball
28
run: python -m build --sdist --wheel --outdir dist/ .
29
- name: Store wheels
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
31
with:
32
path: dist
33
0 commit comments