From 5a630a81fff4a23992b513366a6493a53e5a9e8c Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 13 Feb 2024 23:39:42 +0100 Subject: [PATCH] Set version in path instead of OS Bundling this by version makes it easier for the release --- .github/workflows/python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index f1f1e0c2e6..db88f7e824 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -82,5 +82,5 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: "release-${{ matrix.os }}" + name: "release-${{ github.event.inputs.version }}" path: ./wheelhouse/*