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

feat: Setup release process #685

Merged
merged 3 commits into from
Aug 21, 2023
Merged

feat: Setup release process #685

merged 3 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. feat: Setup release process

    This should do the following:
    
    1. Use `release-drafter` to maintain a draft of a `v###` release.
    2. Build wheels with a version based on either the current state of the
       file or using the version from the tag.
    3. When we publish that release, it should publish to PyPi.
    bjchambers committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6e48540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c758b View commit details
    Browse the repository at this point in the history
  3. lint

    bjchambers committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3d98806 View commit details
    Browse the repository at this point in the history