diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9447ee8cf..92ffe4601 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -4,7 +4,7 @@ on: types: [opened, synchronize, reopened] push: branches: - - main + - release/1.13 jobs: diff --git a/setup.py b/setup.py index 2ab5d6fe2..02369c4fa 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ sha = 'Unknown' package_name = 'functorch' -if os.getenv('BUILD_VERSION'): - version = os.getenv('BUILD_VERSION') -elif sha != 'Unknown': - version += '+' + sha[:7] +# if os.getenv('BUILD_VERSION'): +# version = os.getenv('BUILD_VERSION') +# elif sha != 'Unknown': +# version += '+' + sha[:7] requirements = [