Skip to content

Commit

Permalink
Update .github/workflows/build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Dec 6, 2023
1 parent b0468dc commit 8e3f66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
date: ${{ inputs.date }}
script: ci/build_wheel.sh
# Package is pure Python and only ever requires one build.
matrix_filter: 'map(select((.LINUX_VER | test("centos")|not))) | sort_by((.PY_VER | split(".") | map(tonumber))) | [.[-1] + {ARCH: "amd64"}']
matrix_filter: 'map(select((.LINUX_VER | test("centos")|not))) | sort_by((.PY_VER | split(".") | map(tonumber))) | [.[-1] + {ARCH: "amd64"}]'
wheel-publish:
needs: wheel-build
secrets: inherit
Expand Down

0 comments on commit 8e3f66e

Please sign in to comment.