Skip to content

Commit 7d62e30

Browse files
authored
Merge pull request #168 from MacPython/rel-0.14.3
BLD: Add python runner back in
2 parents 124bf5b + fd1fdd3 commit 7d62e30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
echo "ANACONDA_ORG=multibuild-wheels-staging" >> $GITHUB_ENV
101101
echo "TOKEN=$MULTIBUILD_WHEELS_STAGING_ACCESS" >> $GITHUB_ENV
102102
fi
103+
104+
# Used to ensure python is available for wheel upload
105+
- uses: actions/setup-python@v5
106+
with:
107+
python-version: '3.x'
108+
103109
- name: Upload wheels
104110
if: ${{ always() }}
105111
shell: bash

0 commit comments

Comments
 (0)