Skip to content

Commit a76e718

Browse files
authored
Update release-please.yml
1 parent efcaf9e commit a76e718

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
@@ -122,7 +122,7 @@ jobs:
122122
- name: upload artifacts
123123
uses: actions/upload-artifact@v3
124124
with:
125-
name: conda
125+
name: conda-${{ matrix.os }}-${{ matrix.python-version }}
126126
path: conda
127127

128128
make_sdist:
@@ -158,7 +158,6 @@ jobs:
158158
path: dist
159159
- uses: actions/download-artifact@v3
160160
with:
161-
name: conda
162161
path: conda
163162
- uses: pypa/gh-action-pypi-publish@v1.6.4
164163
with:

0 commit comments

Comments
 (0)