Skip to content

Commit a67ed95

Browse files
committed
remove commented out code/ personal testing commands
1 parent c7ea2e5 commit a67ed95

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,21 +149,18 @@ ignore = [
149149
[tool.cibuildwheel]
150150
build-frontend="build"
151151
environment = {USE_BAZEL_VERSION = "6.5.0"}
152-
# build = ["cp310-*"]
153152
skip = ["cp312-*", "cp313-*", "*musllinux*", "pp*"]
154153
before-test="rm {project}/bazel-* && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ajf-test-tfx-bsl"
155154
test-command="pytest {project}"
156155
test-extras = ["test"]
157156

158157
[tool.cibuildwheel.linux]
159-
#manylinux-x86_64-image = "manylinux_2_28"
160158
manylinux-x86_64-image = "manylinux2014"
161159
archs=["x86_64"]
162160
before-build = "yum install -y npm && npm install -g @bazel/bazelisk"
163-
#test-extras = ["test"]
164-
before-test="rm bazel-* && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ajf-test-tfx-bsl"
165161
test-command="pytest {project}"
166162

167163

168164
[tool.cibuildwheel.macos]
165+
# bazel install not required because it's already in github action runner
169166
archs = ["arm64"]

0 commit comments

Comments
 (0)