Skip to content

Commit 27347ef

Browse files
authored
ci: updating upload artifacts to have different names
1 parent 0a9e809 commit 27347ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ jobs:
141141
142142
- uses: actions/upload-artifact@v4
143143
with:
144-
name: dist
144+
name: dist-compressed
145145
path: dist/*.tar.gz
146146
- uses: actions/upload-artifact@v4
147147
with:
148-
name: dist
148+
name: dist-whl
149149
path: wheelhouse/*.whl
150150

151151
upload_to_pypi:

0 commit comments

Comments
 (0)