Skip to content

Commit b5e3d63

Browse files
test
1 parent 0750038 commit b5e3d63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ jobs:
4444
build_sdist:
4545
name: Build source distribution
4646
runs-on: ubuntu-latest
47+
4748
steps:
4849
- uses: actions/checkout@v2
4950

5051
- name: Build sdist
5152
run: pipx run build --sdist
53+
with:
54+
python-version: '3.11'
5255

5356

5457
- name: Publish package

0 commit comments

Comments
 (0)