Skip to content

Commit ba2d611

Browse files
author
bwsw
committed
version change
1 parent d8185d6 commit ba2d611

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ jobs:
7373
steps:
7474
- uses: actions/download-artifact@v3
7575
with:
76-
name: wheels
76+
name: wheels-manylinux-arm
77+
- uses: actions/download-artifact@v3
78+
with:
79+
name: wheels-manylinux-x86
7780
- name: Publish to PyPI
7881
uses: PyO3/maturin-action@v1
7982
env:

0 commit comments

Comments
 (0)