Skip to content

Commit

Permalink
ECC-1793: develop binary wheel use v4 of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Sep 9, 2024
1 parent 6a11051 commit 412d823
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,39 +51,39 @@ jobs:

################################################################
- run: ./scripts/wheel-linux.sh 3.8
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.8
with:
name: wheel-manylinux2014-3.8
path: wheelhouse/*.whl

# ################################################################
- run: ./scripts/wheel-linux.sh 3.9
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.9
with:
name: wheel-manylinux2014-3.9
path: wheelhouse/*.whl

# ################################################################
- run: ./scripts/wheel-linux.sh 3.10
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.10
with:
name: wheel-manylinux2014-3.10
path: wheelhouse/*.whl

# ################################################################
- run: ./scripts/wheel-linux.sh 3.11
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.11
with:
name: wheel-manylinux2014-3.11
path: wheelhouse/*.whl

# ################################################################
- run: ./scripts/wheel-linux.sh 3.12
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.12
with:
name: wheel-manylinux2014-3.12
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- run: ./scripts/wheel-macos.sh "3.9"
- run: ls -l wheelhouse
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.9 ${{ matrix.arch_type }}
with:
name: wheel-macos-${{ matrix.arch_type }}-3.9
Expand All @@ -65,7 +65,7 @@ jobs:

- run: ./scripts/wheel-macos.sh "3.10"
- run: ls -l wheelhouse
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.10 ${{ matrix.arch_type }}
with:
name: wheel-macos-${{ matrix.arch_type }}-3.10
Expand All @@ -74,7 +74,7 @@ jobs:

- run: ./scripts/wheel-macos.sh "3.11"
- run: ls -l wheelhouse
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.11 ${{ matrix.arch_type }}
with:
name: wheel-macos-${{ matrix.arch_type }}-3.11
Expand All @@ -83,7 +83,7 @@ jobs:

- run: ./scripts/wheel-macos.sh "3.12"
- run: ls -l wheelhouse
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload wheel 3.12 ${{ matrix.arch_type }}
with:
name: wheel-macos-${{ matrix.arch_type }}-3.12
Expand Down

0 comments on commit 412d823

Please sign in to comment.