Skip to content

Commit

Permalink
Add package-name and package-dir to wheel builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 25, 2023
1 parent f34c0a0 commit acd3d10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: ucx_py
package-dir: .
script: ci/build_wheel.sh
wheel-publish:
needs: wheel-build
Expand All @@ -61,4 +63,5 @@ jobs:
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: ucx_py
script: ci/test_wheel.sh

0 comments on commit acd3d10

Please sign in to comment.