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

Install pip deps on Windows, before creating the sdist, as setuptools is needed. #154

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

misl6
Copy link
Contributor

@misl6 misl6 commented Oct 8, 2023

  • setuptools is needed in order to build the sdist, and setuptools is not installed anymore by default on Python 3.12 GA.

This PR, moves the sdist build after dependencies are installed, so we can be sure a valid setuptools is there.

@misl6
Copy link
Contributor Author

misl6 commented Oct 8, 2023

@matham, can you handle a new release just after this PR gets merged?

@matham matham merged commit e4e9a11 into matham:master Oct 8, 2023
@matham
Copy link
Owner

matham commented Oct 8, 2023

Yes! I'll make a release once the test pass!

@misl6
Copy link
Contributor Author

misl6 commented Oct 9, 2023

Yes! I'll make a release once the test pass!

Thank you! 😀

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

Successfully merging this pull request may close these issues.

2 participants