`release.yml`: Switch to `python` directory
This commit is contained in:
parent
de3df2d88b
commit
de5b85aa66
|
@ -37,6 +37,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
cd python
|
||||
python3 setup.py sdist bdist_wheel
|
||||
|
||||
- name: Upload to PyPi
|
||||
|
|
Loading…
Reference in New Issue