Skip to content

Commit f0010e3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_publish.yml

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

0 commit comments

Comments
 (0)