Skip to content

Commit

Permalink
Update wheels-rocm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okakarpa authored Feb 20, 2024
1 parent 8619d0c commit 84625eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: push
jobs:
build_wheels:
name: Build wheels on ${{ matrix.python }}-manylinux_x86_64
runs-on: ubuntu-latest
runs-on: rocm
strategy:
matrix:
python: ["cp37", "cp38", "cp39", "cp310", "cp311"]
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

upload_pypi:
needs: build_wheels
runs-on: ubuntu-latest
runs-on: rocm
# upload to PyPI on every tag starting with 'v'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/pytorch-triton-rocm-v')
# alternatively, to publish when a GitHub Release is created, use the following rule:
Expand Down

0 comments on commit 84625eb

Please sign in to comment.