Skip to content

Commit 4a3f4c4

Browse files
committed
Fix moving artifact wheels
1 parent 07dfd9f commit 4a3f4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/download-artifact@v4
6060
- name: Move wheels to dist
6161
run: |
62-
mv wheels-*/*.whl dist/
62+
mv dist-*/*.whl dist/
6363
- name: Publish to PyPI
6464
uses: pypa/gh-action-pypi-publish@release/v1
6565
with:

0 commit comments

Comments
 (0)