From 757e76fa9e26e9d083684b63dca198c18bf3e751 Mon Sep 17 00:00:00 2001 From: gruebel Date: Thu, 22 Feb 2024 17:50:28 +0100 Subject: [PATCH] adjust pypi release artifact path Signed-off-by: gruebel --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ce210fc..975be89c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,4 +63,4 @@ jobs: - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages-dir: ${{ matrix.path }} + packages-dir: ${{ matrix.path }}/dist