File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2828 submodules : true
2929
3030 - name : Get conda
31- uses :
conda-incubator/[email protected] .1 31+ uses :
conda-incubator/[email protected] .3 3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 channels : conda-forge
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.x"
22- -
uses :
pre-commit/[email protected] .0 22+ -
uses :
pre-commit/[email protected] .1
Original file line number Diff line number Diff line change 2525 - name : Check metadata
2626 run : pipx run twine check dist/*
2727
28- - uses : actions/upload-artifact@v3
28+ - uses : actions/upload-artifact@v4
2929 with :
30+ name : cibw-sdist
3031 path : dist/*.tar.gz
3132
3233
4344 with :
4445 submodules : true
4546
46- - uses : pypa/cibuildwheel@v2.16
47+ - uses : pypa/cibuildwheel@v2.17
4748 env :
4849 CIBW_ARCHS_MACOS : auto universal2
4950
5253 shell : bash
5354
5455 - name : Upload wheels
55- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5657 with :
58+ name : cibw-wheels-${{ matrix.os }}
5759 path : wheelhouse/*.whl
5860
5961
@@ -68,10 +70,11 @@ jobs:
6870 with :
6971 python-version : " 3.x"
7072
71- - uses : actions/download-artifact@v3
73+ - uses : actions/download-artifact@v4
7274 with :
73- name : artifact
75+ pattern : cibw-*
7476 path : dist
77+ merge-multiple : true
7578
7679 - uses : pypa/gh-action-pypi-publish@release/v1
7780 with :
You can’t perform that action at this time.
0 commit comments