Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bda5343

Browse files
ogriselglemaitre
authored andcommitted
MAINT pin python version for source tarball builder [cd build] (#21386)
1 parent 0ed3b16 commit bda5343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124

125125
- name: Setup Python
126126
uses: actions/setup-python@v2
127+
with:
128+
python-version: '3.9' # update once build dependencies are available
127129

128130
- name: Build source distribution
129131
run: bash build_tools/github/build_source.sh

0 commit comments

Comments
 (0)