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

Automatically get dependencies in the workflow to publish package on PyPI #152

Open
IshaanDesai opened this issue Aug 31, 2022 · 0 comments
Labels

Comments

@IshaanDesai
Copy link
Member

Right now the dependencies of the bindings are manually specified in the pythonpublish workflow. This is problematic when a release contains the addition of a new dependency, as then there is no way to check if the dependencies in the publishing workflow are correct. One way to check this is to do a pre-release using a release candidate, but this is a cumbersome solution. A solution would be to have the workflow detect the dependencies automatically from the pyproject.toml file.

This issue is inspired by the release v2.5.0.0 in which the added dependency of pkgconfig led to the PyPI publication workflow to fail.

@IshaanDesai IshaanDesai added the good first issue Good for newcomers label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant