Skip to content

Commit d8390d2

Browse files
authored
release.yml - update artifact upload and download to v4
1 parent b93813e commit d8390d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

@@ -47,7 +47,7 @@ jobs:
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

@@ -72,7 +72,7 @@ jobs:
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

0 commit comments

Comments
 (0)