Skip to content

Commit ecf2441

Browse files
committed
try that to get whls
1 parent c497fb9 commit ecf2441

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
steps:
6969
- uses: actions/download-artifact@v4
7070
with:
71-
name: artifact
7271
path: dist
72+
merge-multiple: true
7373

7474
- name: Release
7575
uses: softprops/action-gh-release@v2.0.4
@@ -83,8 +83,9 @@ jobs:
8383
steps:
8484
- uses: actions/download-artifact@v4
8585
with:
86-
name: artifact
8786
path: dist
87+
merge-multiple: true
88+
8889
- uses: pypa/gh-action-pypi-publish@v1.8.14
8990
with:
9091
user: __token__

0 commit comments

Comments
 (0)