Skip to content

Commit

Permalink
Add namex to release action (keras-team#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstenbit authored Sep 7, 2023
1 parent d9ac89a commit a430895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Build wheels
run: |
pip install tensorflow==2.13.0
python -m pip install --upgrade pip setuptools wheel twine
python -m pip install --upgrade pip setuptools wheel twine namex
export BUILD_WITH_CUSTOM_OPS=false
python pip_build.py
- name: Upload wheels
Expand Down

0 comments on commit a430895

Please sign in to comment.