File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v7
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v6
18+ uses : actions/setup-python@v7
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install tox
4848 steps :
4949 - uses : actions/checkout@v7
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v6
51+ uses : actions/setup-python@v7
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 - name : Install tox
7373 with :
7474 fetch-depth : 0 # required for setuptools_scm
7575 - name : Build wheels
76- uses : pypa/cibuildwheel@v4.1.0
76+ uses : pypa/cibuildwheel@v4.1.1
7777 env :
7878 CIBW_BUILD : " cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
7979 CIBW_SKIP : " cp314*"
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v7
1313 - name : Python
14- uses : actions/setup-python@v6
14+ uses : actions/setup-python@v7
1515 with :
1616 python-version : ' 3.9'
1717 - name : Install
You can’t perform that action at this time.
0 commit comments