Skip to content

Commit be7abb3

Browse files
committed
Merge branch 'release/4.44.0' into master
2 parents 704e36a + 15400de commit be7abb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
with:
4848
python-version: 3.13
4949
- run: |
50-
python -m pip install --upgrade pip setuptools
51-
python setup.py sdist
50+
python -m pip install --upgrade build
51+
python -m build --sdist
5252
- uses: actions/upload-artifact@v3
5353
with:
5454
path: ./dist/*

0 commit comments

Comments
 (0)