Skip to content

Commit

Permalink
Build: Fix release upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 24, 2024
1 parent b78ae7c commit 59dae9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
files: dist/*.tar.gz

- name: Upload sdist
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: sdist
path: dist/*.tar.gz
Expand Down Expand Up @@ -117,13 +117,13 @@ jobs:
with:
only: ${{ matrix.only }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
path: ./wheelhouse/*.whl
name: wheels-${{ matrix.os }}
name: wheels-${{ matrix.only }}

upload_release_assets:
name: Upload Release Assets
name: Upload Release Wheels
needs: [ build_wheels ]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 59dae9e

Please sign in to comment.