From f809e91958943b98a1e57f1cba8e22917d0f4720 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Fri, 13 Dec 2024 10:26:45 -0500 Subject: [PATCH] Fix path in publish [no ci] --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ebf40e9f..84448d3d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -112,6 +112,7 @@ jobs: uses: actions/download-artifact@v4 with: name: release-artifacts + path: release-artifacts - name: Publish on PyPI uses: pypa/gh-action-pypi-publish@v1.12.2