File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ inputs:
88runs :
99 using : " composite"
1010 steps :
11- - name : Build wheel
12- 13- env :
14- CIBW_BUILD : ${{ inputs.build-tag }}
11+ # - name: Build wheel
12+ 13+ # env:
14+ # CIBW_BUILD: ${{ inputs.build-tag }}
1515
16+ - name : Mock wheel
17+ run : |
18+ mkdir -p wheelhouse
19+ touch wheelhouse/${{ inputs.build-tag }}.whl
1620 - name : Upload wheel
1721 uses : actions/upload-artifact@v4
1822 with :
Original file line number Diff line number Diff line change 3333
3434 - name : Download produced wheels
3535 uses : actions/download-artifact@v4
36+ with :
37+ merge-multiple : true
3638
3739 - name : Install Kerberos utilities
3840 run : sudo apt-get install -y krb5-user
4749 run : |
4850 mkdir -p wheelhouse
4951 mv *.whl wheelhouse
52+ ls wheelhouse >> $GITHUB_OUTPUT
5053 python -m pip install --upgrade pip
5154 python -m pip install --user simple503
5255 simple503 wheelhouse
You can’t perform that action at this time.
0 commit comments