There was an error while loading. Please reload this page.
1 parent fee4a04 commit 024710fCopy full SHA for 024710f
1 file changed
.github/workflows/ci.yaml
@@ -10,10 +10,6 @@ on:
10
required: false
11
type: string
12
default: main
13
- outputs:
14
- install:
15
- description: How to get what this run built.
16
- value: ${{ jobs.build.outputs.install }}
17
18
name: CI
19
@@ -43,8 +39,6 @@ jobs:
43
39
build:
44
40
needs: generate
45
41
runs-on: ubuntu-latest
46
47
- install: "[download](${{ steps.upload.outputs.artifact-url }})"
48
42
steps:
49
- uses: actions/download-artifact@v8
50
with:
@@ -59,8 +53,7 @@ jobs:
59
53
60
54
- run: python -m build
61
55
62
- - id: upload
63
- uses: actions/upload-artifact@v7
56
+ - uses: actions/upload-artifact@v7
64
57
65
58
name: dist-python
66
path: dist
0 commit comments