Skip to content

Commit 4e2127f

Browse files
authored
Set version in path instead of OS (#422)
Bundling this by version makes it easier for the release
1 parent b1f3f06 commit 4e2127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ jobs:
8282

8383
- uses: actions/upload-artifact@v3
8484
with:
85-
name: "release-${{ matrix.os }}"
85+
name: "release-${{ github.event.inputs.version }}"
8686
path: ./wheelhouse/*

0 commit comments

Comments
 (0)