diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 3bb95d6a3..29e5b6c4d 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -33,3 +33,5 @@ jobs: twine check --strict dist/* - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + packages-dir: python/dist \ No newline at end of file