Skip to content

Commit

Permalink
[release] Build functorch dummy binaries (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
zou3519 authored Oct 12, 2022
1 parent 19518fb commit 9cfa8e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, synchronize, reopened]
push:
branches:
- main
- release/1.13

jobs:

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9cfa8e6

Please sign in to comment.