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 a08e72b commit f6e1b55Copy full SHA for f6e1b55
.github/workflows/publish-to-pypi.yaml
@@ -36,7 +36,7 @@ jobs:
36
CIBW_ARCHS_LINUX: "x86_64 aarch64"
37
38
- name: Upload built wheels
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: wheels-${{ matrix.os }}
42
path: wheelhouse/*.whl
@@ -62,7 +62,7 @@ jobs:
62
run: python -m build --sdist --outdir dist
63
64
- name: Upload sdist
65
66
67
name: sdist
68
path: dist/*.tar.gz
@@ -76,7 +76,7 @@ jobs:
76
- uses: actions/checkout@v3
77
78
- name: Download all artifacts
79
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
80
81
path: dist
82
0 commit comments