[ci] Update publish workflow and dependency ranges#60
Conversation
CLA Signature Passtianyi-ge, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Signed-off-by: tianyi-huawei <getianyi1@huawei.com>
e4b6b8f to
0c43b9b
Compare
CLA Signature Passtianyi-ge, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
… be cpu/npu tensors Signed-off-by: tianyi-huawei <getianyi1@huawei.com>
CLA Signature Passtianyi-ge, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passtianyi-ge, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
|
we better add notes about the version of |
| "torch>=2.7.1; platform_machine == 'x86_64'", | ||
| "torch>=2.7.1; platform_machine == 'aarch64'", | ||
| "torch-npu>=2.7.1.post2", |
There was a problem hiding this comment.
we better add notes about the versions of torch and torch-npu to user_guide and developer_guide if we cannot make sure the versions of torch and torch-npu are aligned when pip install ray-ascend.
66c6665 to
3c13344
Compare
CLA Signature Passtianyi-ge, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
3c13344 to
789514f
Compare
CLA Signature Passtianyi-ge, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Summary
This PR updates the release workflow and relaxes optional dependency requirements.
Changes
workflow_dispatchpublishing so releases are triggered only byv*tags.merge-multiplebefore GitHub Release and PyPI publishing.torchandtorch-npuoptional dependency pins to minimum supported versions.