Skip to content

Commit d95e2d0

Browse files
committed
install python
1 parent c797f96 commit d95e2d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
# IMPORTANT: this permission is mandatory for Trusted Publishing
4545
id-token: write
4646
steps:
47+
- name: Set up Python ${{ matrix.python-version }}
48+
uses: actions/setup-python@v5
49+
with:
50+
python-version: 3.9
51+
cache: 'pip'
4752
- name: Build
4853
run: python -m build --sdist .
4954
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)