diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 9684f47..7c07c91 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -44,7 +44,7 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - cd python + cd _ext/python python setup.py sdist bdist_wheel pip install twine twine upload dist/* diff --git a/_ext/python/setup.py b/_ext/python/setup.py index d712716..2395cc5 100644 --- a/_ext/python/setup.py +++ b/_ext/python/setup.py @@ -35,4 +35,3 @@ ] } ) -