We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd25d9 commit 56c022fCopy full SHA for 56c022f
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build a binary wheel and a source tarball
27
run: python3 -m build --sdist
28
- name: Store the distribution packages
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: python-package-distributions
32
path: dist/
0 commit comments