We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fd7aa commit 4151ba0Copy full SHA for 4151ba0
1 file changed
.github/workflows/build_and_publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build source and wheels
25
run: python3 -m build
26
- name: Store the distribution packages
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v7
28
with:
29
name: python-package-distributions
30
path: dist/
0 commit comments