We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
python setup.py sdist bdist_wheel
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/.
The text was updated successfully, but these errors were encountered:
rayzhuca
kbaow
No branches or pull requests
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/.
The text was updated successfully, but these errors were encountered: