We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bfa46 commit 2441460Copy full SHA for 2441460
1 file changed
.github/workflows/deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
48
# https://github.com/pypa/cibuildwheel
49
- name: Build wheels
50
- uses: pypa/cibuildwheel@v3.0.1
+ uses: pypa/cibuildwheel@v3.1.3
51
with:
52
output-dir: dist
53
# Options are supplied via environment variables:
@@ -91,7 +91,7 @@ jobs:
91
python -m pip install -U build twine
92
93
- name: Download wheels from build artifacts
94
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
95
96
pattern: wheels-*
97
merge-multiple: true
0 commit comments