Skip to content

Commit

Permalink
Tentative fix to artifect v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipinascimento authored Apr 26, 2024
1 parent 3e524ab commit 69c5724
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

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


upload_all:
Expand All @@ -47,8 +47,10 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
name: my-artifact
path: dist
pattern: my-artifact-*
merge-multiple: true
- name: List directory contents
run: |
ls -l ./dist
Expand Down

0 comments on commit 69c5724

Please sign in to comment.