Skip to content

Commit d2a4281

Browse files
committed
Move wheels before uploading to PyPI
1 parent 9202563 commit d2a4281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@ jobs:
6868
id-token: write
6969
steps:
7070
- uses: actions/download-artifact@v4
71+
- name: Move wheels to dist
72+
run: |
73+
mv wheels-*/*.whl dist/
7174
- name: Publish to PyPI
7275
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)