Skip to content

Commit a68be5c

Browse files
authored
R0.8.1 (#1042)
* Remove dev from version * Add env variables to windows release (#1041) (cherry picked from commit 442eca1) * Add env variables to windows release
1 parent f12faca commit a68be5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
with:
135135
python-version: ${{ matrix.python-version }}
136136
- name: Build Windows wheels
137+
env:
138+
TF_NEED_CUDA: 0
139+
BAZEL_VC: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/"
137140
shell: bash
138141
run: |
139142
python -m pip install wheel setuptools

tensorflow_addons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = "0"
1919
_MINOR_VERSION = "8"
20-
_PATCH_VERSION = "0"
20+
_PATCH_VERSION = "1"
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)