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

github action for building wheels is no longer working #561

Closed
mr-c opened this issue Jun 26, 2022 · 2 comments
Closed

github action for building wheels is no longer working #561

mr-c opened this issue Jun 26, 2022 · 2 comments
Assignees

Comments

@mr-c
Copy link
Member

mr-c commented Jun 26, 2022

It can't figure out the correct version, perhaps due to missing tags or something in gittaggers.py that needs updating.

https://github.com/common-workflow-language/schema_salad/runs/7062301253?check_suite_focus=true#step:9:34

If there is a better way to derive a version from a git tag, we should probably switch to that

@kinow
Copy link
Member

kinow commented Jun 27, 2022

Looks like the egg_info step is not being called on GH Actions, even though I tried to create a venv with similar dependencies, I couldn't reproduce it locally.

I think it could be something in setuptools. It looks like they are phasing out deprecated features, and I think it could be what is causing this issue. Ref: pypa/packaging-problems#248 & pypa/setuptools#2756

https://setuptools.pypa.io/en/latest/history.html#v62-5-0

image

@mr-c
Copy link
Member Author

mr-c commented Jul 17, 2022

This has been fixed!

@mr-c mr-c closed this as completed Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants