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.
actions/upload-artifact@v4
1 parent 2c7a8dd commit 855d475Copy full SHA for 855d475
.github/workflows/python-publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build a binary wheel and a source tarball
28
run: python3 -m build
29
- name: Store the distribution packages
30
- uses: actions/upload-artifact@4
+ uses: actions/upload-artifact@v4
31
with:
32
name: python-package-distributions
33
path: dist/
0 commit comments