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

update packaging action #305

Open
dave-doty opened this issue Jul 25, 2024 · 0 comments
Open

update packaging action #305

dave-doty opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@dave-doty
Copy link
Member

The packaging action I believe is here: https://github.com/UC-Davis-molecular-computing/scadnano-python-package/blob/main/.github/workflows/check_pypi_packaging.yml

However, it executes python setup.py sdist bdist_wheel, which is now officially deprecated:

https://packaging.python.org/en/latest/guides/tool-recommendations/

Update the packaging action (and setup.py file, as well as setup.cfg and pyproject.toml, the latter we don't even have yet) to use the most recent recommendation from https://packaging.python.org/en/latest/guides/tool-recommendations/.

@dave-doty dave-doty added the invalid This doesn't seem right label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants