Skip to content

Commit c87aa63

Browse files
committed
Fix caller action
1 parent efea210 commit c87aa63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-caller.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
cd caller
4848
python3 setup.py bdist_wheel
4949
python3 setup.py sdist
50+
mv dist ..
51+
mv sdist ..
5052
5153
# Upload to PyPI
5254
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)