Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Sep 12, 2024
1 parent e0bfa18 commit b31190a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildReleaseAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build Python wheels and smoke test
run: |
cd $GITHUB_WORKSPACE
echo $TORCH_MLIR_ENABLE_ONLY_MLIR_PYTHON_BINDINGS
tm_package_version="$(printf '%(%Y%m%d)T.${{ github.run_number }}')"
echo "tm_package_version=${tm_package_version}" >> $GITHUB_ENV
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" ${tm_package_version} > ./torch_mlir_package_version
Expand Down

0 comments on commit b31190a

Please sign in to comment.