Skip to content

Commit e0fe6cf

Browse files
authored
Update linux.yml
Upload artifact
1 parent b843dab commit e0fe6cf

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,8 @@ jobs:
3434
id: get_commit_hash
3535
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3636

37-
- name: Create GitHub Release
38-
uses: softprops/action-gh-release@v2
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
- name: Upload Linux wheels
38+
uses: actions/upload-artifact@v4
4139
with:
42-
files: |
43-
wheelhouse/octdata4python-0.1.0-cp310-cp310-manylinux_2_39_x86_64.whl
44-
wheelhouse/octdata4python-0.1.0-cp311-cp311-manylinux_2_39_x86_64.whl
45-
wheelhouse/octdata4python-0.1.0-cp312-cp312-manylinux_2_39_x86_64.whl
46-
body: Release created automatically from workflow.
47-
draft: true
48-
tag_name: ${{ steps.get_commit_hash.outputs.hash }}
40+
name: linux-wheels
41+
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)