Skip to content

Commit 024710f

Browse files
committed
ci: let each SDK report itself
1 parent fee4a04 commit 024710f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
required: false
1111
type: string
1212
default: main
13-
outputs:
14-
install:
15-
description: How to get what this run built.
16-
value: ${{ jobs.build.outputs.install }}
1713

1814
name: CI
1915

@@ -43,8 +39,6 @@ jobs:
4339
build:
4440
needs: generate
4541
runs-on: ubuntu-latest
46-
outputs:
47-
install: "[download](${{ steps.upload.outputs.artifact-url }})"
4842
steps:
4943
- uses: actions/download-artifact@v8
5044
with:
@@ -59,8 +53,7 @@ jobs:
5953

6054
- run: python -m build
6155

62-
- id: upload
63-
uses: actions/upload-artifact@v7
56+
- uses: actions/upload-artifact@v7
6457
with:
6558
name: dist-python
6659
path: dist

0 commit comments

Comments
 (0)