Skip to content

Commit

Permalink
fix artifiact download
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent 11487f6 commit 98ecb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: my-artifact-sdist
overwrite: true
path: dist/*.tar.gz

Expand All @@ -104,7 +105,6 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
path: ./wheelhouse
pattern: my-artifact-*
merge-multiple: true
- name: Publish to PyPI
Expand Down

0 comments on commit 98ecb36

Please sign in to comment.