Skip to content

Commit

Permalink
ECC-1793: develop binary wheel use v3 of upload-artifact for manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Sep 9, 2024
1 parent 412d823 commit a026d02
Showing 1 changed file with 5 additions and 5 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@v4
- uses: actions/@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@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/upload-artifact@v3
name: Upload wheel 3.12
with:
name: wheel-manylinux2014-3.12
Expand Down

0 comments on commit a026d02

Please sign in to comment.