Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary installation of build requirements (Qiskit#11246)
Since we are using `build`, a basic PEP 517 builder, we do not need to manually install the build requirements; our `pyproject.toml` specifies them, and they'll be automatically pulled in. With the pivot to PyPI trusted publishers in Qiskitgh-10999, we no longer use `twine` manually either.
- Loading branch information