Skip to content

Commit

Permalink
wip: echo building for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgold committed Jan 4, 2024
1 parent 792c48d commit b8e16e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
run: |
if [[ "${{ steps.set_tag_input.outputs.tag_input }}" == v3.* ]] || [[ "${{ steps.set_tag_input.outputs.tag_input }}" == v4.0.* ]]; then
echo "python_version=3.10.11" >> $GITHUB_OUTPUT
echo "Building for Python 3.10.11"
else
echo "python_version=3.11.6" >> $GITHUB_OUTPUT
echo "Building for Python 3.11.6"
fi
# - name: Build for Windows
Expand Down

0 comments on commit b8e16e1

Please sign in to comment.