Skip to content

Commit

Permalink
CI: Fix build and publish workflow (#238)
Browse files Browse the repository at this point in the history
Fix moving artifact wheels
  • Loading branch information
RalfG authored Nov 20, 2024
1 parent fc329af commit 2feaf62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- uses: actions/download-artifact@v4
- name: Move wheels to dist
run: |
mv wheels-*/*.whl dist/
mkdir dist/
mv dist-*/*.whl dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2feaf62

Please sign in to comment.