From 97fe529b0eddf357dfc9469bcdaa12da8a366f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 4 Apr 2024 17:41:31 -0700 Subject: [PATCH] github: update test publish workflow --- .github/workflows/publish_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index eba8ba4f9..017ea0c79 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -35,6 +35,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: + name: wheels path: ./dist publish-to-pypi: @@ -50,6 +51,7 @@ jobs: - name: Download wheels uses: actions/download-artifact@v4 with: + name: wheels path: ./dist - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1