File tree Expand file tree Collapse file tree 2 files changed +4
-97
lines changed
Expand file tree Collapse file tree 2 files changed +4
-97
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- release :
8- types : [published]
7+ - test-arm64
98
109permissions :
1110 contents : read
1615 runs-on : ${{ matrix.os }}
1716 strategy :
1817 matrix :
19- os : [ubuntu-latest, windows-latest, macos-13 ]
18+ os : [ubuntu-24.04-arm ]
2019
2120 steps :
2221 - uses : actions/checkout@v4
3433 - name : Build wheels
3534 run : python -m cibuildwheel
3635
37- - uses : actions/upload-artifact@v4
38- with :
39- name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
40- path : ./wheelhouse/*.whl
41-
42- build_sdist :
43- name : Build source distribution
44- runs-on : ubuntu-latest
45- steps :
46- - uses : actions/checkout@v4
47-
48- - name : Build sdist
49- run : pipx run build --sdist
50-
51- - uses : actions/upload-artifact@v4
52- with :
53- name : cibw-sdist
54- path : dist/*.tar.gz
55-
56- upload_pypi :
57- name : Upload to PyPI
58- needs : [build_wheels, build_sdist]
59- runs-on : ubuntu-latest
60- environment : pypi
61- permissions :
62- id-token : write
63- if : github.event_name == 'release' && github.event.action == 'published'
64-
65- steps :
66- - uses : actions/download-artifact@v4
67- with :
68- pattern : cibw-*
69- path : dist
70- merge-multiple : true
71-
72- - uses : pypa/gh-action-pypi-publish@release/v1
73- with :
74- user : __token__
75- password : ${{ secrets.PYPI_API_TOKEN }}
36+ - name : List wheels
37+ run : ls -lAh ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments