Skip to content

Commit

Permalink
fix upload v4 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent 8ed9520 commit f4d87cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: my-artifact-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.arch }}
name: my-artifact-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.arch }}.whl
path: ./wheelhouse/*.whl

build_sdist:
Expand Down Expand Up @@ -106,6 +106,7 @@ jobs:
with:
pattern: my-artifact-*
path: artifacts/
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R artifacts
- name: Publish to PyPI
Expand Down

0 comments on commit f4d87cb

Please sign in to comment.