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

misc: update wheel building and release scripts #9570

Merged
merged 4 commits into from Jan 7, 2021

Commits on Oct 9, 2020

  1. new upload pypi script

    CI now builds the pure Python wheel and sdist.
    Use the Github API to pull down all assets associated with the CI build.
    Because this script now does very little, it's a lot simpler.
    Since it's no longer building things, I assume we can be less picky
    about what Python we use.
    The version check now runs against the sdist, which is nice.
    hauntsaninja committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    035ac2f View commit details
    Browse the repository at this point in the history
  2. update trigger wheel build for new wheel building

    hauntsaninja committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    2d647e2 View commit details
    Browse the repository at this point in the history
  3. remove more scripts

    download-mypyc-wheels is now subsumed by upload-pypi, which uses the
    Github API instead of hardcoding filenames.
    
    test_installed_version is part of mypyc_mypy-wheels and some of what it
    does is taken care of by cibuildwheel
    hauntsaninja committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b53e37c View commit details
    Browse the repository at this point in the history
  4. fix repo :-)

    hauntsaninja committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    042975e View commit details
    Browse the repository at this point in the history