Skip to content

Commit 69156e8

Browse files
committed
Changed jobs
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent e52ba3d commit 69156e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,10 @@ jobs:
189189
runs-on: ubuntu-latest
190190
needs: [linux, windows, macos, musllinux, sdist]
191191
steps:
192-
- uses: actions/download-artifact@v3
192+
- uses: actions/download-artifact@v4
193193
with:
194-
name: wheels
194+
pattern: wheel*
195+
merge-multiple: true
195196
- name: Publish to PyPI
196197
uses: PyO3/maturin-action@v1
197198
env:

0 commit comments

Comments
 (0)