Skip to content

Commit 8eead7f

Browse files
test
1 parent b5e3d63 commit 8eead7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
path: ./wheelhouse/
4444
build_sdist:
4545
name: Build source distribution
46-
runs-on: ubuntu-latest
47-
46+
runs-on: ubuntu-latest
4847
steps:
4948
- uses: actions/checkout@v2
50-
49+
- name: Set up Python
50+
uses: actions/setup-python@v4
51+
with:
52+
python-version: '3.11'
5153
- name: Build sdist
5254
run: pipx run build --sdist
53-
with:
54-
python-version: '3.11'
5555

5656

5757
- name: Publish package

0 commit comments

Comments
 (0)