We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea07ec commit 6b67c73Copy full SHA for 6b67c73
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
extras-require: publishing
18
- name: Build wheel and source distribution
19
run: python -m build
20
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
21
with:
22
path: dist/*
23
0 commit comments