Skip to content

Commit

Permalink
fixup! using upload-artifactv4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 3, 2024
1 parent 7d927b6 commit 438dfd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
rm -f ${APPLE_SIGNING_KEYCHAIN_PATH}
- uses: actions/upload-artifact@v4
name: wheels-${{ matrix.os }}
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -93,8 +93,8 @@ jobs:
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
name: sdist
with:
name: sdist
path: dist/*.tar.gz

upload_pypi:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
uses: pypa/[email protected]

- uses: actions/upload-artifact@v4
name: wheels-${{ matrix.os }}
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -49,8 +49,8 @@ jobs:
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
name: sdist
with:
name: sdist
path: dist/*.tar.gz

test_upload:
Expand Down

0 comments on commit 438dfd1

Please sign in to comment.