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

Fix build from sdist #130

Closed
wants to merge 1 commit into from
Closed

Fix build from sdist #130

wants to merge 1 commit into from

Conversation

viccie30
Copy link

@viccie30 viccie30 commented Jun 22, 2023

PR #24 deduplicated the requirements, but this makes the sdist on PyPi fail to build, because requirements.txt is not included.

This fix includes requirements.txt using MANIFEST.in and changes the publication workflow to use build instead of calling setup.py directly. build always builds the wheel from the sdist, so this error is prevented in the future.

PR backstage#24 deduplicated the requirements, but this makes the sdist on PyPi
fail to build, because requirements.txt is not included.

This fix includes requirements.txt using MANIFEST.in and changes the
publication workflow to use build instead of calling setup.py directly.
build always builds the wheel from the sdist, so this error is
prevented in the future.
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Aug 29, 2023
@github-actions github-actions bot closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant