Skip to content

Commit

Permalink
R0.8.1 (#1042)
Browse files Browse the repository at this point in the history
* Remove dev from version

* Add env variables to windows release (#1041)


(cherry picked from commit 442eca1)

* Add env variables to windows release
  • Loading branch information
seanpmorgan authored Feb 7, 2020
1 parent f12faca commit a68be5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Build Windows wheels
env:
TF_NEED_CUDA: 0
BAZEL_VC: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/"
shell: bash
run: |
python -m pip install wheel setuptools
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "0"
_MINOR_VERSION = "8"
_PATCH_VERSION = "0"
_PATCH_VERSION = "1"

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

0 comments on commit a68be5c

Please sign in to comment.