We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efea210 commit c87aa63Copy full SHA for c87aa63
.github/workflows/release-caller.yml
@@ -47,6 +47,8 @@ jobs:
47
cd caller
48
python3 setup.py bdist_wheel
49
python3 setup.py sdist
50
+ mv dist ..
51
+ mv sdist ..
52
53
# Upload to PyPI
54
- name: Publish distribution to PyPI
0 commit comments