gemini-code-assist[bot] commented on code in PR #19793:
URL: https://github.com/apache/tvm/pull/19793#discussion_r3421063244
##########
.github/actions/build-wheel-for-publish/action.yml:
##########
@@ -108,7 +108,7 @@ runs:
# ---- Build and test wheels ----
- name: Build and test wheels
- uses: pypa/[email protected]
+ uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 #
v4.1.0
Review Comment:

The comment indicates version `v4.1.0`, but `pypa/cibuildwheel` is currently
on major version `v2` (with no `v4.1.0` release). The commit SHA
`294735312765b09d24a2fbec22660ce817587d55` corresponds to version `v2.21.0`.
Updating the comment to reference the correct version will prevent confusion.
```yaml
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 #
v2.21.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]