From 2cfd201729394cf175e650c683f0aa5e8dbf4c11 Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:22:03 +0100 Subject: [PATCH] Update wheels to upload artifact with name --- .github/workflows/build-wheels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 9a3e62d8..05227084 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -6,7 +6,6 @@ on: push: branches: - master - - feat-add-python-bindings release: types: - published @@ -28,6 +27,7 @@ jobs: - uses: actions/upload-artifact@v3 with: + name: PhotoshopAPI_Py path: dist/*.tar.gz @@ -58,6 +58,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v3 with: + name: PhotoshopAPI_Py path: wheelhouse/*.whl @@ -76,7 +77,7 @@ jobs: - uses: actions/download-artifact@v3 with: - name: artifact + name: PhotoshopAPI_Py path: dist - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file