Skip to content

Commit fa3001b

Browse files
committed
Fix artifact path
1 parent dce3756 commit fa3001b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
uses: actions/download-artifact@v3
182182
with:
183183
name: python_wheel
184+
path: dist/
184185

185186
# - name: Publish on PyPI
186187
# env:

0 commit comments

Comments
 (0)