-
Notifications
You must be signed in to change notification settings - Fork 169
chore(dev/release): add binary verification #215
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
Conversation
|
I still need to test this on macOS |
|
Should work fine, but I have only an M1 mac, so time to figure out the M1 wheels. |
3503370 to
c29befb
Compare
|
Alright! Now that the wheels are fixed, binary verification finally passes on macOS. |
c793f9d to
5ca7ef3
Compare
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
| if [ "$(uname)" == "Darwin" ]; then | ||
| local filter_regex=.*macosx.* | ||
| else | ||
| local filter_regex=.*manylinux.* | ||
| fi | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that we can remove them too.
.github/workflows/verify.yml
Outdated
| TEST_BINARIES: "1" | ||
| USE_CONDA: "1" | ||
| run: | | ||
| sudo -E ./dev/release/verify-release-candidate.sh ${{ inputs.version }} ${{ inputs.rc }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove sudo here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that should work. Updated.
No description provided.