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 afbb826 commit c7b4d55Copy full SHA for c7b4d55
.github/workflows/pypi-release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build a binary wheel and a source tarball
30
run: python3 -m build
31
- name: Store the distribution packages
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: python-package-distributions
35
path: dist/
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Download all the dists
48
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
49
50
51
0 commit comments