File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 23
23
uses : pypa/cibuildwheel@v2.16.5
24
24
- uses : actions/upload-artifact@v4
25
25
with :
26
+ name : python-${{ matrix.runs-on }}
26
27
path : ./wheelhouse/*.whl
27
28
28
29
make_sdist :
36
37
run : pipx run build --sdist
37
38
- uses : actions/upload-artifact@v4
38
39
with :
40
+ name : python-sdist
39
41
path : dist/*.tar.gz
40
42
41
43
pypi-publish :
51
53
steps :
52
54
- uses : actions/download-artifact@v4
53
55
with :
54
- name : artifact
56
+ pattern : python-*
57
+ merge-multiple : true
55
58
path : dist
56
59
- name : Publish package distributions to PyPI
57
60
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ jobs:
139
139
name : wasm
140
140
path : bindings/wasm/examples/dist/
141
141
retention-days : 90
142
+ overwrite : true
142
143
143
144
build_windows :
144
145
timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments