File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ jobs:
57
57
- name : Download all the dists
58
58
uses : actions/download-artifact@v4
59
59
with :
60
+ pattern : " cibw-wheels-*"
60
61
path : dist/
61
62
merge-multiple : true
62
63
63
64
- name : Publish distribution 📦 to PyPI
64
65
uses : pypa/gh-action-pypi-publish@release/v1
65
66
with :
66
67
password : ${{ secrets.PUBLIC_PYPI_API_TOKEN }}
67
- skip_existing : true
68
+ skip-existing : true
68
69
69
70
github-release :
70
71
name : >-
82
83
- name : Download all the dists
83
84
uses : actions/download-artifact@v4
84
85
with :
86
+ pattern : " cibw-wheels-*"
85
87
path : dist/
86
88
merge-multiple : true
87
89
Original file line number Diff line number Diff line change 47
47
- name : Download all the dists
48
48
uses : actions/download-artifact@v4
49
49
with :
50
+ pattern : " *_wasm32"
50
51
path : dist/
51
52
merge-multiple : true
52
53
You can’t perform that action at this time.
0 commit comments