Skip to content

Commit

Permalink
Actions: Remove artifacts
Browse files Browse the repository at this point in the history
No need to upload an artifact when uploading to a release anyway

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
  • Loading branch information
kingbri1 committed Feb 8, 2025
1 parent 3138665 commit 32f785d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ jobs:
$wheel = (gi '.\dist\*.whl')[0]
$wheelname = $wheel.name.replace("flash_attn-$packageVersion-","flash_attn-$packageVersion+cu$cudaVersion"+"torch${{ matrix.torchver }}cxx11abiFALSE-")
Move-Item $wheel.fullname ".\dist\$wheelname"
- uses: actions/upload-artifact@v4
with:
name: 'windows-wheels'
path: ./dist/*.whl
- name: Upload files to a GitHub release
uses: svenstaro/upload-release-action@2.6.1
Expand Down

0 comments on commit 32f785d

Please sign in to comment.