Skip to content

Commit f56453f

Browse files
committed
Merge branch 'release/4.42.0b1' into master
2 parents b1a3a69 + 1b9e079 commit f56453f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publishing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- uses: actions/setup-python@v4
4747
with:
4848
python-version: 3.12
49-
- run: python setup.py sdist
49+
- run: |
50+
python -m pip install --upgrade pip setuptools
51+
python setup.py sdist
5052
- uses: actions/upload-artifact@v3
5153
with:
5254
path: ./dist/*

0 commit comments

Comments
 (0)