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
I'm trying to update the Arch pkg instructions.
python3 -m poetry build
which is both undesired.
May you please support Python internal build tools?
make python -m build --wheel --no-isolation
already builds, but doesn't pack a wheel file for
python -m installer --destdir="$pkgdir" dist/*.whl
The text was updated successfully, but these errors were encountered:
Moving away from poetry is a priority. The plan is to use scikit-build, https://scikit-build.readthedocs.io/en/latest/
The first step is getting httpstan building with CMake. We're looking for help with this!
Sorry, something went wrong.
No branches or pull requests
I'm trying to update the Arch pkg instructions.
python3 -m poetry build
which is both undesired.
May you please support Python internal build tools?
already builds, but doesn't pack a wheel file for
python -m installer --destdir="$pkgdir" dist/*.whl
The text was updated successfully, but these errors were encountered: