Skip to content

Commit

Permalink
try branch
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Sep 12, 2024
1 parent e8002a1 commit b3019a6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/buildReleaseAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: llvm/torch-mlir
ref: refs/heads/main
ref: users/saienduri/test-release
submodules: 'true'

- name: Setup workspace
Expand All @@ -52,22 +52,22 @@ jobs:
mkdir dist
cp build_tools/python_deploy/wheelhouse/torch*.whl dist/
- name: Upload python wheels
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
path: dist
# - name: Upload python wheels
# uses: actions/upload-artifact@v4
# with:
# if-no-files-found: error
# name: snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }}
# path: dist

- name: Release python wheels
uses: ncipollo/[email protected]
with:
artifacts: dist/*.whl
token: "${{ secrets.GITHUB_TOKEN }}"
tag: "dev-wheels"
name: "dev-wheels"
body: "Automatic snapshot release of torch-mlir python wheels."
removeArtifacts: false
allowUpdates: true
replacesArtifacts: true
makeLatest: true
# - name: Release python wheels
# uses: ncipollo/[email protected]
# with:
# artifacts: dist/*.whl
# token: "${{ secrets.GITHUB_TOKEN }}"
# tag: "dev-wheels"
# name: "dev-wheels"
# body: "Automatic snapshot release of torch-mlir python wheels."
# removeArtifacts: false
# allowUpdates: true
# replacesArtifacts: true
# makeLatest: true

0 comments on commit b3019a6

Please sign in to comment.