Skip to content

Commit

Permalink
fix to release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarshall committed Aug 13, 2024
1 parent 3b36bcc commit ad232aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
ARROW_VERSION=$(wheel-filename ${ARROW_WHEEL} | jq -r '.version')
ARROW_SHA256=$(sha256sum pyarrow/dist/*.whl | cut -d ' ' -f 1)
ARROW_RELEASE_URL=https://github.com/${{ github.repository_owner }}/${{ github.repository }}/releases/download/${{ inputs.pyodide }}/${ARROW_WHEEL}
echo ARROW_WHEEL=${ARROW_WHEEL}>>$GITHUB_ENV
echo ARROW_VERSION=${ARROW_VERSION}>>$GITHUB_ENV
echo ARROW_SHA256=${ARROW_SHA256}>>$GITHUB_ENV
sed "s:#RELEASE_URL#:${ARROW_RELEASE_URL}:g;s:#RELEASE_SHA256#:${ARROW_SHA256}:g;s:#RELEASE_VERSION#:${ARROW_VERSION}:g;"\
< pyarrow/_meta_built_template.yaml > pyarrow/dist/${ARROW_WHEEL}.yaml
- name: Upload the build artifacts for build debugging purposes
Expand Down

0 comments on commit ad232aa

Please sign in to comment.