Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use correct osx wheels for publication #242

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Aug 29, 2024

Update the scripts/osx/publish_python_wheel.sh script to use the fixed wheels which live in ${REPO_ROOT}/wheels

FIXED_WHEELS="${REPO_ROOT}/wheels"
mkdir -p ${FIXED_WHEELS}
${VENV}/bin/delocate-wheel \
--wheel-dir ${FIXED_WHEELS} \
--verbose \
--check-archs \
${DIST_WHEELS}/google_crc32c*${PY_TAG}*.whl

@parthea parthea requested a review from a team as a code owner August 29, 2024 18:39
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Aug 29, 2024
@parthea parthea assigned andrewsg and unassigned ohmayr Aug 29, 2024
@parthea parthea requested a review from andrewsg August 29, 2024 18:39
@parthea parthea merged commit b0d53ee into main Aug 29, 2024
12 checks passed
@parthea parthea deleted the parthea-patch-2 branch August 29, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants