Skip to content

Commit

Permalink
Move wheels before uploading to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 17, 2024
1 parent 9202563 commit d2a4281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
- name: Move wheels to dist
run: |
mv wheels-*/*.whl dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d2a4281

Please sign in to comment.