File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- name : Build wheels and upload to Test PyPI
1+ name : Build wheels manually
22on :
33 workflow_dispatch
44
@@ -11,12 +11,12 @@ jobs:
1111
1212 - uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.11 '
14+ python-version : ' 3.12 '
1515
1616 - name : Install build
1717 run : python -m pip install build
1818
19- - name : Build sdist
19+ - name : Build sdist only
2020 run : python -m build -s
2121
2222 - uses : actions/upload-artifact@v4
3939 CIBW_BUILD : cp39-* cp310-* cp311-* cp312-* cp313-*
4040 CIBW_ARCHS_MACOS : " x86_64 universal2 arm64"
4141 CIBW_SKIP : ' *_i686'
42-
42+
4343 - uses : actions/upload-artifact@v4
4444 with :
45- name : numina-wheels
45+ name : numina-wheels-${{ matrix.os }}
4646 path : ./wheelhouse/numina*.whl
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414
1515 - uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.x '
17+ python-version : ' 3.12 '
1818
1919 - name : Install build
2020 run : python -m pip install build
2121
22- - name : Build sdist
22+ - name : Build sdist only
2323 run : python -m build -s
2424
2525 - uses : actions/upload-artifact@v4
2626 with :
27- name : numina-wheels
27+ name : numina-wheels-dist
2828 path : ./dist/*.tar.gz
2929
3030 build_wheels :
4545
4646 - uses : actions/upload-artifact@v4
4747 with :
48- name : numina-wheels
48+ name : numina-wheels-${{ matrix.os }}
4949 path : ./wheelhouse/*.whl
5050
5151 upload_pypi :
6262 steps :
63636464 with :
65- name : numina-wheels
65+ merge-multiple : true
66+ pattern : numina-wheels-*
6667 path : dist
6768
6869 - uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments