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

Remove unnecessary installation of build requirements #11246

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

jakelishman
Copy link
Member

Summary

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 gh-10999, we no longer use twine manually either.

Details and comments

Related to similar work in #11119 (comment).

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.
@jakelishman jakelishman added type: qa Issues and PRs that relate to testing and code quality Changelog: None Do not include in changelog labels Nov 15, 2023
@jakelishman jakelishman requested a review from a team as a code owner November 15, 2023 13:30
@qiskit-bot
Copy link
Collaborator

One or more of the the following people are requested to review this:

  • @Qiskit/terra-core

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6877981831

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 22 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.009%) to 85.91%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 4 91.92%
crates/qasm2/src/parse.rs 18 96.67%
Totals Coverage Status
Change from base Build 6870747806: -0.009%
Covered Lines: 65948
Relevant Lines: 76764

💛 - Coveralls

Copy link
Contributor

@ElePT ElePT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me (after looking at #11119).

@ElePT ElePT added this pull request to the merge queue Nov 27, 2023
Merged via the queue into Qiskit:main with commit 89642bd Nov 27, 2023
14 checks passed
@jakelishman jakelishman deleted the simplify-wheel-builds branch November 27, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog type: qa Issues and PRs that relate to testing and code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants