Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,37 +103,37 @@ jobs:
id: auth

- name: Download Linux 3.9 wheels for x86-64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: "wheels-linux-python-3.9-x86-64"
path: wheels-linux

- name: Download Linux 3.9 wheels for aarch64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: "wheels-linux-python-3.9-aarch64"
path: wheels-linux

- name: Download MacOS 3.9 wheels for x86-64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: "wheels-macos-python-3.9-x86-64"
path: wheels-macos

- name: Download MacOS 3.9 wheels for aarch64
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: "wheels-macos-python-3.9-aarch64"
path: wheels-macos

- name: Download Windows 3.9 wheels
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: "wheels-windows-python-3.9"
path: wheels-windows

- name: Download sdist
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: "sdist"
path: sdist
Expand Down