Skip to content

Commit 2feaf62

Browse files
authored
CI: Fix build and publish workflow (#238)
Fix moving artifact wheels
1 parent fc329af commit 2feaf62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: actions/download-artifact@v4
5959
- name: Move wheels to dist
6060
run: |
61-
mv wheels-*/*.whl dist/
61+
mkdir dist/
62+
mv dist-*/*.whl dist/
6263
- name: Publish to PyPI
6364
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)