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 4a3f4c4 commit f0010e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/download-artifact@v4
- name: Move wheels to dist
run: |
mkdir dist/
mv dist-*/*.whl dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit f0010e3

Please sign in to comment.