-
Notifications
You must be signed in to change notification settings - Fork 164
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
Use more linters, better #250
Conversation
@martinpopel @mjpost please have a look. |
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.
Thanks for fixing these issues.
There was a network error that led to a failed build after my last commit. Could you please restart it? |
I've restarted it and one of the checks fails with "error: invalid command 'bdist_wheel'" |
I guess it was caused by the missing package |
It seems happened again. Could you please restart the tests? |
@martinpopel kind reminder |
This is at least the second time when the check-build (macos-latest, 3.11) test fails with the same error:
This is just a warning, but the followup test fails because I don't think it makes any sense to rerun the tests again. |
The build fails on one specific example that works well on my machine (macOS 14.0, Python 3.10.13).
Let's change it to HTTPS and add two more tests triggers: for push and for workflow dispatch. |
Let's see if it works with the code that is already in |
This run was successful just because we were lucky. As long as we rely on a third party that serves the data, we cannot be sure it would work 100% of the time. Now we can merge this PR. |
Thanks for all the work. |
Thank you for your patience! Would you mind rolling out a new release so I can update the dependency string in my code? |
Thanks for this, and sorry to be absent from the conversation. I can do a new release. Would 2.3.3 be appropriate? Can I ask you to create the release PR, and also to update the CHANGELOG to summarize the changes you've made? |
Yes. |
This is a follow-up for #249 that streamlines the build process, fixes type checking, and addresses linting issues.