File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : Install sdist
2424 run : pip install dist/*.tar.gz
2525
26- - uses : actions/upload-artifact@v3
26+ - uses : actions/upload-artifact@v4
2727 with :
2828 path : dist/*.tar.gz
2929
4747 CIBW_TEST_SKIP : " *"
4848 CIBW_SKIP : " pp*"
4949
50- - uses : actions/upload-artifact@v3
50+ - uses : actions/upload-artifact@v4
5151 with :
5252 path : ./wheelhouse/*.whl
5353
7272 CIBW_TEST_SKIP : " *"
7373 CIBW_SKIP : " pp* *-musllinux*"
7474
75- - uses : actions/upload-artifact@v3
75+ - uses : actions/upload-artifact@v4
7676 with :
7777 path : ./wheelhouse/*.whl
7878
@@ -112,7 +112,7 @@ jobs:
112112 CIBW_REPAIR_WHEEL_COMMAND : " auditwheel repair -w {dest_dir} {wheel} --exclude libdl.so.2 --exclude librt.so.1 --exclude libm.so.6 --exclude libpthread.so.0 --exclude libc.so.6"
113113
114114
115- - uses : actions/upload-artifact@v3
115+ - uses : actions/upload-artifact@v4
116116 with :
117117 path : ./wheelhouse/*.whl
118118
@@ -125,10 +125,10 @@ jobs:
125125 permissions :
126126 id-token : write
127127 steps :
128- - uses : actions/download-artifact@v3
128+ - uses : actions/download-artifact@v4
129129 with :
130130 name : artifact
131131 path : dist
132132
133133 - name : Publish package distributions to PyPI
134- uses : pypa/gh-action-pypi-publish@release/v1
134+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments