Merge branch 'release/4.44.0' into master

This commit is contained in:
Roman Mogylatov 2024-12-07 13:44:32 -05:00
commit be7abb3ec7

View File

@ -47,8 +47,8 @@ jobs:
with:
python-version: 3.13
- run: |
python -m pip install --upgrade pip setuptools
python setup.py sdist
python -m pip install --upgrade build
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*