Skip to content

Commit

Permalink
Fix Python package version number
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705140993
Change-Id: I24bbba0033c3d51e44b0433e13ada57e38738467
  • Loading branch information
jbms authored and copybara-github committed Dec 11, 2024
1 parent 9cba22c commit e4808e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tools.setuptools_scm]
[tool.setuptools_scm]
# It would be nice to include the commit hash in the version, but that
# can't be done in a PEP 440-compatible way.
version_scheme = "no-guess-dev"
Expand Down
3 changes: 1 addition & 2 deletions tools/ci/cibuildwheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ def run(args, extra_args):

env["CIBW_ARCHS_MACOS"] = "x86_64 arm64"
env["CIBW_SKIP"] = (
"cp27-* cp35-* cp36-* cp37-* cp38-* cp39-* pp* *_i686 *-win32"
" *-musllinux*"
"cp36-* cp37-* cp38-* cp39-* pp* *_i686 *-win32 *-musllinux*"
)
env["CIBW_TEST_COMMAND"] = (
"python -m pytest {project}/python/tensorstore/tests -vv -s"
Expand Down

0 comments on commit e4808e7

Please sign in to comment.