File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish wheels to pypi
2
2
3
- on :
4
- workflow_dispatch :
5
- inputs :
6
- workflow_id :
7
- description : " The workflow ID to pull wheels from"
8
- required : true
9
- type : string
3
+ # on:
4
+ # workflow_dispatch:
5
+ # inputs:
6
+ # workflow_id:
7
+ # description: "The workflow ID to pull wheels from"
8
+ # required: true
9
+ # type: string
10
10
11
11
jobs :
12
12
publish :
@@ -23,16 +23,16 @@ jobs:
23
23
steps :
24
24
- name : Download all the dists
25
25
uses : dawidd6/action-download-artifact@v2
26
- with :
27
- # download all the wheels
28
- path : unmerged
29
- run_id : ${{ github.event.inputs.workflow_id }}
30
- workflow : build_wheels.yml
26
+ # with:
27
+ # # download all the wheels
28
+ # path: unmerged
29
+ # run_id: ${{ github.event.inputs.workflow_id }}
30
+ # workflow: build_wheels.yml
31
31
32
- - name : Merge files to dist
33
- run : |
34
- mkdir dist
35
- mv unmerged/*/*.whl dist
32
+ # - name: Merge files to dist
33
+ # run: |
34
+ # mkdir dist
35
+ # mv unmerged/*/*.whl dist
36
36
37
- - name : Publish distribution 📦 to PyPI
38
- uses : pypa/gh-action-pypi-publish@release/v1
37
+ # - name: Publish distribution 📦 to PyPI
38
+ # uses: pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments