Merge branch 'release/4.42.0b1' into master

This commit is contained in:
Roman Mogylatov 2024-08-07 20:51:40 -04:00
commit f56453f59f

View File

@ -46,7 +46,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: python setup.py sdist
- run: |
python -m pip install --upgrade pip setuptools
python setup.py sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*