Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: wheels/
# already checked, and the pkginfo/twine versions on this runner causes check to fail
verify-metadata: false
Expand Down
16 changes: 15 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@

## Bug Fixes and Other Changes

* Align with TensorFlow 2.21 dependencies.
## Breaking Changes

## Deprecations

# Version 1.21.0

## Major Features and Improvements

* N/A

## Bug Fixes and Other Changes

* Upgrade Protobuf to `6.31.1`.
* Upgrade `bazel_skylib` to `1.9.0`.
* Bumped the minimum bazel version required to build `tfmd` to 7.4.1 (tested with 7.7.0).
* Add support for Python 3.12 and 3.13.

## Breaking Changes
Expand All @@ -17,6 +29,8 @@

## Deprecations

* N/A

# Version 1.17.3

## Major Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""

# Note that setup.py uses this version.
__version__ = "1.18.0.dev"
__version__ = "1.22.0.dev"
Loading