We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d30f5 commit ebe65ddCopy full SHA for ebe65dd
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
hatch build
37
- name: Store the distribution packages
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: python-package-distributions
41
path: dist/
0 commit comments