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

Only run sdist build after wheel builds are uploaded #2054

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. Only run sdist build after wheel builds are uploaded

    This commit changes the configuration of the deploy workflow to install
    the sdist last. Publishing the sdist first causes disruption for
    downstream projects that are using qiskit aer in CI as pip will eagerly
    try to download the latest version even if only an sdist is present for
    it. To avoid disruption for downstream users this updates the sdist job
    to run only after we've uploaded the wheels for the tier 1 platforms to
    pypi (which is what most people are running in CI).
    mtreinish committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ff7ad65 View commit details
    Browse the repository at this point in the history