8 Commits

Author SHA1 Message Date
1d30b58cba Replace calls to python setup.py sdist with python -m build --sdist (#7069)
With future changes coming to pip/python/etc, we need to modify to no
longer call `python setup.py ...` and replace it instead:
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#should-setup-py-be-deleted


![image](https://github.com/user-attachments/assets/ea39ef7b-3cbe-4916-86f0-bc46a5fce96d)

This means we need to install the build package which is added here as
well.

Additionally, we pass the `--sdist` flag to only build the sdist rather
than the wheel as well here.

---------

Signed-off-by: Logan Adams <loadams@microsoft.com>
2025-02-24 20:40:24 +00:00
fd98af256e Fixup check release version script (#4413)
* Fixup check release version script
2023-10-03 10:28:57 -07:00
b5977d4158 Add release version checking (#4328)
* Add release version checking

* Format

* Formatting, line endings were messed up
2023-09-14 17:28:25 +00:00
8c1eed2e47 Update release and bump patch versioning flow (#4286)
* Update release.sh and bump_patch_version.py flow

* Style fix

* newline formattingh
2023-09-11 20:12:57 +00:00
b361c72761 Update DeepSpeed copyright license to Apache 2.0 (#3111)
Co-authored-by: Jeff Rasley <jerasley@microsoft.com>
2023-03-30 17:14:38 -07:00
da84e60d98 add missing license info to top of all source code (#2889)
Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>
Co-authored-by: Conglong Li <conglong.li@gmail.com>
Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
2023-02-27 11:20:41 -08:00
d1a7a55ea1 formatting fix for release script 2021-07-12 16:52:03 -07:00
dba0f431cd bump to 0.4.4 + add release scripts 2021-07-12 16:50:16 -07:00