Skip to content

Commit b654d42

Browse files
committed
Another change in workflow
1 parent 5ae65bb commit b654d42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
uses: pypa/[email protected]
3232
with:
3333
output-dir: ${{ env.WORKDIR }}/wheelhouse
34-
35-
# Upload artifact to github
36-
- uses: actions/upload-artifact@v4
34+
35+
- name: Upload wheel to github
36+
uses: actions/upload-artifact@v4
3737
working-directory: ${{ env.WORKDIR }}
3838
with:
3939
name: cibw-wheels-test

0 commit comments

Comments
 (0)