release.yml: Switch to python directory

This commit is contained in:
Derek Bailey
2022-10-26 15:29:02 -07:00
committed by GitHub
parent de3df2d88b
commit de5b85aa66

View File

@@ -37,6 +37,7 @@ jobs:
- name: Build
run: |
cd python
python3 setup.py sdist bdist_wheel
- name: Upload to PyPi