We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f176b commit 50819c8Copy full SHA for 50819c8
.github/workflows/build-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build sdist and wheels
45
run: python -m build
46
- name: Store wheels
47
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
48
with:
49
path: dist
50
0 commit comments