File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v5
1818
1919 - name : Build wheels
20- 20+ 2121 # env:
2222 # CIBW_SOME_OPTION: value
2323 # ...
2626 # output-dir: wheelhouse
2727 # config-file: "{package}/pyproject.toml"
2828
29- - uses : actions/upload-artifact@v4
29+ - uses : actions/upload-artifact@v5
3030 with :
3131 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3232 path : ./wheelhouse/*.whl
@@ -50,14 +50,14 @@ jobs:
5050 runs-on : ubuntu-latest
5151 if : github.event_name == 'release' && github.event.action == 'published'
5252 steps :
53- - uses : actions/download-artifact@v5
53+ - uses : actions/download-artifact@v6
5454 with :
5555 pattern : cibw-*
5656 path : dist
5757 merge-multiple : true
5858
5959 - uses : pypa/gh-action-pypi-publish@release/v1
60- - uses : actions/upload-artifact@v4
60+ - uses : actions/upload-artifact@v5
6161 with :
6262 name : cibw-sdist
6363 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - uses : actions/checkout@v5
16- -
uses :
prefix-dev/[email protected] .1 16+ -
uses :
prefix-dev/[email protected] .2 1717 with :
1818 # pixi-version: v0.22.0 don't want to hard code this!
1919 cache : true
You can’t perform that action at this time.
0 commit comments