Skip to content

Commit 438dfd1

Browse files
committed
fixup! using upload-artifactv4
1 parent 7d927b6 commit 438dfd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
rm -f ${APPLE_SIGNING_KEYCHAIN_PATH}
8080
8181
- uses: actions/upload-artifact@v4
82-
name: wheels-${{ matrix.os }}
8382
with:
83+
name: wheels-${{ matrix.os }}
8484
path: ./wheelhouse/*.whl
8585

8686
build_sdist:
@@ -93,8 +93,8 @@ jobs:
9393
run: pipx run build --sdist
9494

9595
- uses: actions/upload-artifact@v4
96-
name: sdist
9796
with:
97+
name: sdist
9898
path: dist/*.tar.gz
9999

100100
upload_pypi:

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
uses: pypa/cibuildwheel@v2.16
3636

3737
- uses: actions/upload-artifact@v4
38-
name: wheels-${{ matrix.os }}
3938
with:
39+
name: wheels-${{ matrix.os }}
4040
path: ./wheelhouse/*.whl
4141

4242
build_sdist:
@@ -49,8 +49,8 @@ jobs:
4949
run: pipx run build --sdist
5050

5151
- uses: actions/upload-artifact@v4
52-
name: sdist
5352
with:
53+
name: sdist
5454
path: dist/*.tar.gz
5555

5656
test_upload:

0 commit comments

Comments
 (0)