From b54c4160e7c75b1d27985fc6d850157d78daf8a7 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 14 Nov 2024 23:21:58 +0100 Subject: [PATCH] python: Fix pages dir for pypi publisher --- .github/workflows/release-pypi.yaml | 2 ++ 1 file changed, 2 insertions(+) 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