Skip to content

Commit 88741a3

Browse files
fix: update artifact name to include python version in conda upload
1 parent a368f0c commit 88741a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
- name: upload artifacts
9494
uses: actions/upload-artifact@v4
9595
with:
96-
name: conda-${{ matrix.os }}
97-
make_sdist:
96+
name: conda-${{ matrix.python-version }}-${{ matrix.os } make_sdist:
9897
needs: "continuous-integration"
9998
name: Make SDist
10099
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)