`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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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