File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11name : Publish wheels to pypi
22
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
1010
1111jobs :
1212 publish :
@@ -23,16 +23,16 @@ jobs:
2323 steps :
2424 - name : Download all the dists
2525 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
3131
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
3636
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