From b3019a65d246250c163dcd4241ff67bb8b98986c Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:42:32 -0700 Subject: [PATCH] try branch --- .github/workflows/buildReleaseAndPublish.yml | 38 ++++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/buildReleaseAndPublish.yml b/.github/workflows/buildReleaseAndPublish.yml index ec86eb8..71c6f15 100644 --- a/.github/workflows/buildReleaseAndPublish.yml +++ b/.github/workflows/buildReleaseAndPublish.yml @@ -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 @@ -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/release-action@v1.14.0 - 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/release-action@v1.14.0 + # 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