Skip to content

Commit

Permalink
fix wheel names
Browse files Browse the repository at this point in the history
  • Loading branch information
jenia81 committed Sep 30, 2024
1 parent ac43094 commit 2042bf6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/create-linux-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
if: github.repository == 'PelionIoT/manifest-tool'
steps:
- uses: actions/checkout@v4
- run: ./build_manylinux_wheels.sh

- name: Build wheels
run: ./build_manylinux_wheels.sh

- name: Upload manylinux wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-manylinux
path: dist/*.*
if-no-files-found: error

create-tar-gz:
runs-on: ubuntu-22.04
if: github.repository == 'PelionIoT/manifest-tool'
Expand All @@ -36,7 +40,7 @@ jobs:
- name: Upload .tar.gz -file
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-tar-gz
path: dist/*.tar.gz
if-no-files-found: error
# From internal - do not upload, just build to make sure
Expand All @@ -48,8 +52,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
run: |
./build_manylinux_wheels.sh
run: ./build_manylinux_wheels.sh

- name: Integration with slack
uses: act10ns/slack@v2
Expand Down

0 comments on commit 2042bf6

Please sign in to comment.