From 5cb19f00f83c67240b116855cec3f898810c632f Mon Sep 17 00:00:00 2001 From: javierzazo_microsoft Date: Mon, 16 Sep 2024 14:03:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fix=20wheel=20location=20?= =?UTF-8?q?to=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index d7d984c..4dc2e63 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -30,4 +30,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: wheels - path: "/dist/*.whl" + path: "dist/*.whl"