Skip to content

Commit

Permalink
Fix moving artifact wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Nov 20, 2024
1 parent 07dfd9f commit 4a3f4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/download-artifact@v4
- name: Move wheels to dist
run: |
mv wheels-*/*.whl dist/
mv dist-*/*.whl dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4a3f4c4

Please sign in to comment.