Skip to content

Commit abd5826

Browse files
committed
fixed wheel location
1 parent c00e50a commit abd5826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
user: __token__
5959
password: ${{ secrets.PYPI_API_TOKEN }}
6060
repository-url: https://test.pypi.org/legacy/
61-
packages-dir: dist/*
61+
packages-dir: dist/*/wheelhouse
6262

6363
create_release:
6464
name: Create Release

0 commit comments

Comments
 (0)