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 de91d96 commit 2f4b0b6Copy full SHA for 2f4b0b6
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build a binary wheel and a source tarball
29
run: python3 -m build
30
- name: Store the distribution packages
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: python-package-distributions
34
path: dist/
0 commit comments