We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6917c2e commit 0312399Copy full SHA for 0312399
1 file changed
.github/workflows/build-wheels.yml
@@ -78,13 +78,6 @@ jobs:
78
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
79
CIBW_PLATFORM: pyodide
80
81
- - name: Upload build output
82
- uses: actions/upload-artifact@v4
83
- with:
84
- name: ${{ inputs.artifact-name }}
85
- path: wheelhouse/
86
- retention-days: 5
87
-
88
- name: Setup Upload Variables
89
if: ${{ always() }}
90
shell: bash
0 commit comments