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 a0f9021 commit 014376eCopy full SHA for 014376e
.github/workflows/build_publish.yml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
CIBW_ARCHS_MACOS: "auto x86_64 universal2 arm64"
40
41
- - uses: actions/upload-artifact@v4.4.3
+ - uses: actions/upload-artifact@v3
42
name: Upload wheels
43
with:
44
name: wheels
@@ -59,7 +59,7 @@ jobs:
59
python -m pip install --upgrade pip
60
pip install twine
61
- name: Download Artifacts
62
- uses: actions/download-artifact@v4.1.8
+ uses: actions/download-artifact@v3
63
64
65
path: ./wheels
0 commit comments