File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 python -m pytest tests -v
5757
5858 - name : Upload artifact
59- uses : actions/upload-artifact@v6
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
6262 path : dist/
Original file line number Diff line number Diff line change 5353 python -m pytest tests -k "highs or ipopt" -v
5454
5555 - name : Upload artifact
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
5959 path : dist/
Original file line number Diff line number Diff line change 4343 output-dir : wheelhouse
4444 config-file : " {package}/pyproject.toml"
4545
46- - uses : actions/upload-artifact@v6
46+ - uses : actions/upload-artifact@v7
4747 with :
4848 name : cibw-wheels-${{ runner.os }}-${{ runner.arch }}
4949 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 5353 python -m pytest tests -v
5454
5555 - name : Upload artifact
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
5959 path : dist/
You can’t perform that action at this time.
0 commit comments