Skip to content

Commit

Permalink
sta packaging test
Browse files Browse the repository at this point in the history
  • Loading branch information
PorridgeSwim committed Mar 2, 2025
1 parent 16f5e0f commit 0c4438f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
git submodule update --init --recursive tk # Ensure ThunderKittens submodule is initialized
python setup.py bdist_wheel --dist-dir=dist
- name: Upload wheel artifact
uses: actions/upload-artifact@v3
with:
name: sliding-tile-attention-wheel
path: csrc/sliding_tile_attention/dist/*.whl
retention-days: 1
- name: Upload wheel artifact
uses: actions/upload-artifact@v3
with:
name: sliding-tile-attention-wheel
path: csrc/sliding_tile_attention/dist/*.whl
retention-days: 1

0 comments on commit 0c4438f

Please sign in to comment.